Skip to content

Commit

Permalink
demo app argo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
pli01 authored Jun 13, 2024
1 parent 43b50d5 commit 5fd6fe8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions argocd-apps/argo-app-whoami.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: demo-whoami
namespace: argocd
spec:
project: default
source:
path: charts/whoami
repoURL: 'https://github.com/pli01/k8s-helmfiles.git'
targetRevision: HEAD
helm:
releaseName: demo-whoami
values: |
ingress:
tls:
- hosts:
- myapp.c1-demo.mydomain.org
secretName: myapp.c1-demo.mydomain.org
hosts:
- host: myapp.c1-dev.demo.mydomain.org
paths:
- path: /
pathType: Prefix
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
destination:
server: 'https://kubernetes.default.svc'
namespace: default

0 comments on commit 5fd6fe8

Please sign in to comment.