Skip to content

Commit

Permalink
renamed svc and ing #40
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Dec 12, 2024
1 parent 5cd9f1d commit 5047a7e
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 @@ -25,7 +25,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: {{ include "docusaurus.name" . }}-docusaurus
name: {{ .Release.Name }}-docusaurus
labels:
{{- include "docusaurus.labels" . | nindent 4 }}
spec:
Expand All @@ -41,7 +41,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "docusaurus.name" . }}-docusaurus
name: {{ .Release.Name }}-docusaurus
labels:
{{- include "docusaurus.labels" . | nindent 4 }}
annotations:
Expand Down

0 comments on commit 5047a7e

Please sign in to comment.