Skip to content

Commit

Permalink
add certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Jul 15, 2022
1 parent ce7ace5 commit 9be8513
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions argocd-tutorial/app-test-1/app-test-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,20 @@ spec:
name: app-test-1-svc
port:
number: 80
tls:
- hosts:
- app-test-1.kube-demo-1.clcreative.home
secretName: app-test-1-tls-secret
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: app-test-1-cert
namespace: app-test-1
spec:
secretName: app-test-1-tls-secret
issuerRef:
name: ssl-issuer
kind: ClusterIssuer
dnsNames:
- app-test-1.kube-demo-1.clcreative.home

0 comments on commit 9be8513

Please sign in to comment.