Skip to content

Commit

Permalink
fix: renew certificate earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored and JohnBakhmat committed Jul 31, 2024
1 parent 0ced52f commit 7026459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
secretName: {{ include "app.fullname" . }}
commonName: {{ .Values.service.host }}
duration: 2160h0m0s # 90d
renewBefore: 360h0m0s # 15d
renewBefore: 720h0m0s # 15d
subject:
organizations:
- DevMiner.xyz
Expand Down

0 comments on commit 7026459

Please sign in to comment.