Initial Tower chart

This commit is contained in:
git_admin
2026-04-26 18:01:44 +03:00
parent eeca9fe9cf
commit 13a1fcd448
7 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: tower-tls
labels:
{{- include "tower.labels" . | nindent 4 }}
spec:
secretName: tower-tls
issuerRef:
name: {{ .Values.ingress.certIssuer }}
kind: ClusterIssuer
dnsNames:
- {{ .Values.ingress.domain | quote }}
renewBefore: 720h