-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathargocd.yaml
30 lines (30 loc) · 1.64 KB
/
argocd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd-image-updater.argoproj.io/git-branch: main
argocd-image-updater.argoproj.io/image-list: furry-train-web=ghcr.io/shipperizer/furry-train-web-app,furry-train-grpc=ghcr.io/shipperizer/furry-train-grpc-app,furry-train-proxy=ghcr.io/shipperizer/furry-train-proxy-app
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds
argocd-image-updater.argoproj.io/furry-train-web.pull-secret: pullsecret:argocd/regcred-github
argocd-image-updater.argoproj.io/furry-train-web.kustomize.image-name: ghcr.io/shipperizer/furry-train-web-app
argocd-image-updater.argoproj.io/furry-train-web.allow-tags: regexp:^v[0-9]+.[0-9]+.*
argocd-image-updater.argoproj.io/furry-train-grpc.pull-secret: pullsecret:argocd/regcred-github
argocd-image-updater.argoproj.io/furry-train-grpc.kustomize.image-name: ghcr.io/shipperizer/furry-train-grpc-app
argocd-image-updater.argoproj.io/furry-train-grpc.allow-tags: regexp:^v[0-9]+.[0-9]+.*
argocd-image-updater.argoproj.io/furry-train-proxy.pull-secret: pullsecret:argocd/regcred-github
argocd-image-updater.argoproj.io/furry-train-proxy.kustomize.image-name: ghcr.io/shipperizer/furry-train-proxy-app
argocd-image-updater.argoproj.io/furry-train-proxy.allow-tags: regexp:^v[0-9]+.[0-9]+.*
name: furry-train
namespace: argocd
spec:
destination:
namespace: default
server: https://kubernetes.default.svc
project: default
source:
path: deployments/kustomize
repoURL: [email protected]:shipperizer/furry-train.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true