Skip to content

Commit

Permalink
changed target certificate and svc #40
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Dec 12, 2024
1 parent 5047a7e commit b3d0843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/docusaurus/templates/deployment-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ spec:
tls:
- hosts:
- {{ required "ingress.host is required" .Values.ingress.host }}
secretName: {{ include "docusaurus.name" . }}-docusaurus-{{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }}-certificate-tls
secretName: {{ .Release.Name }}-docusaurus-{{ required "ingress.clusterIssuer is required" .Values.ingress.clusterIssuer }}-certificate-tls
rules:
- host: {{ required "ingress.host is required" .Values.ingress.host }}
http:
paths:
- backend:
service:
name: '{{ include "docusaurus.name" . }}-docusaurus'
name: {{ .Release.Name }}-docusaurus
port:
number: 80
path: /
Expand Down

0 comments on commit b3d0843

Please sign in to comment.