Add certificate
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
15
helm/softplayer-backend/templates/certificate.yaml
Normal file
15
helm/softplayer-backend/templates/certificate.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: {{ include "softplayer-backend.fullname" . }}
|
||||
labels:
|
||||
{{- include "softplayer-backend.labels" . | nindent 4 }}
|
||||
spec:
|
||||
dnsNames:
|
||||
- softplayer-backend.badhouseplants.net
|
||||
issuerRef:
|
||||
group: cert-manager.io
|
||||
kind: ClusterIssuer
|
||||
name: badhouseplants-issuer-http01
|
||||
secretName: authentik-tls-secret
|
||||
Reference in New Issue
Block a user