simple helm chart for url-shortener app

This commit is contained in:
2024-08-23 12:37:31 +02:00
parent 3b4140a0c1
commit f15bdb707e

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: url-shortener
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.arcodange.duckdns.org/arcodange-org/url-shortener
targetRevision: HEAD
path: argocd
destination:
server: https://kubernetes.default.svc
namespace: url-shortener
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true