Skip to content

Commit

Permalink
mirror argocd deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 20, 2023
1 parent e4c56cd commit b284764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/service/templates/cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: sammwise-tls-prod
spec:
secretName: sammwise-tls-prod
privateKey:
rotationPolicy: Always
# privateKey:
# rotationPolicy: Always
issuerRef:
name: sammwise-issuer
commonName: sammwise.vzxy.net
Expand Down
3 changes: 2 additions & 1 deletion helm/service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- sammwise.vzxy.net
- sammwise.vzxy.net
secretName: sammwise-tls-prod
2 changes: 1 addition & 1 deletion helm/service/templates/issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: sammwise-issuer
name: sammwise-letsencrypt-prod
solvers:
- http01:
ingress:
Expand Down

0 comments on commit b284764

Please sign in to comment.