| giolekva | 11881b5 | 2021-11-27 16:51:58 +0400 | [diff] [blame] | 1 | apiVersion: cert-manager.io/v1 |
| 2 | kind: Certificate |
| 3 | metadata: |
| 4 | name: www-{{ .Values.public.domain }} |
| 5 | namespace: {{ .Release.Namespace }} |
| 6 | spec: |
| 7 | dnsNames: |
| 8 | - '{{ .Values.public.domain }}' |
| 9 | - 'www.{{ .Values.public.domain }}' |
| 10 | issuerRef: |
| 11 | name: {{ .Values.public.name }} |
| 12 | kind: ClusterIssuer |
| 13 | secretName: cert-www.{{ .Values.private.domain }} |
| 14 | secretTemplate: |
| 15 | annotations: |
| 16 | kubed.appscode.com/sync: "pcloud-instance-id={{ .Values.pcloudInstanceId }}" |