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
2022-07-30 13:16:44 +00:00

35 lines
799 B
YAML

apiVersion: skaffold/v2beta27
kind: Config
build:
tagPolicy:
customTemplate:
template: latest
artifacts:
- image: twhelp
context: .
docker:
dockerfile: ./build/docker/twhelp/dev/Dockerfile
deploy:
helm:
releases:
- name: twhelpdb
repo: https://charts.bitnami.com/bitnami
remoteChart: postgresql
version: 11.6.19
wait: true
setValues:
auth.username: twhelp
auth.password: twhelp
auth.database: twhelp
- name: twhelprmq
repo: https://charts.bitnami.com/bitnami
remoteChart: rabbitmq
version: 10.1.16
wait: true
setValues:
auth.username: twhelp
auth.password: twhelp
kustomize:
paths:
- k8s/overlays/dev