This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/skaffold.yml

46 lines
1.1 KiB
YAML

apiVersion: skaffold/v3
kind: Config
build:
tagPolicy:
customTemplate:
template: latest
artifacts:
- image: twhelp
hooks:
before:
- command: [ "sh", "-c", "make generate" ]
os: [ darwin, linux ]
context: .
docker:
dockerfile: ./build/docker/twhelp/dev/Dockerfile
- image: twhelp-migrations
context: .
docker:
dockerfile: ./build/docker/twhelp-migrations/Dockerfile
manifests:
kustomize:
paths:
- k8s/overlays/dev
deploy:
helm:
releases:
- name: twhelpdb
repo: https://charts.bitnami.com/bitnami
remoteChart: postgresql
version: 11.9.13
wait: true
setValues:
image.tag: 14.9.0-debian-11-r4
auth.username: twhelp
auth.password: twhelp
auth.database: twhelp
- name: twhelprmq
repo: https://charts.bitnami.com/bitnami
remoteChart: rabbitmq
version: 11.1.4
wait: true
setValues:
auth.username: twhelp
auth.password: twhelp
kubectl: {}