updated ingress

This commit is contained in:
2026-07-30 12:41:33 +02:00
parent 7e9a697bb2
commit cc327f60c8
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
type: RuntimeDefault
containers:
- name: {{ .Values.app }}
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
ports:
- containerPort: {{ .Values.ports.containerPort }}
securityContext:
+1 -3
View File
@@ -1,10 +1,8 @@
app: spearhead-docs
image:
registry: registry.dutchie031.net
repository: spearhead-docs
repository: registry.dutchie031.net/spearhead-docs
tag: latest
ports: