26 lines
629 B
YAML
26 lines
629 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: egress-gateway
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://charts.bitnami.com/bitnami
|
|
chart: haproxy
|
|
targetRevision: 3.4.12
|
|
helm:
|
|
releaseName: egress-gateway
|
|
valueFiles:
|
|
- $values/apps/egress-gateway/values.yaml
|
|
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: egress-gateway
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|