Update charts/templates/deployment-hugo.yaml
Some checks failed
/ build-and-deploy (push) Has been cancelled

This commit is contained in:
sfaguet 2026-08-25 14:43:12 +02:00
parent 693e44c6f2
commit aa293c3038

View file

@ -17,8 +17,6 @@ spec:
image: {{ .Values.hugo.repository }}:{{ default "latest" .Values.hugo.tag }} image: {{ .Values.hugo.repository }}:{{ default "latest" .Values.hugo.tag }}
ports: ports:
- containerPort: 80 - containerPort: 80
imagePullSecrets:
- name: registry-creds
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service