Feature/automation #6
@@ -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
@@ -1,10 +1,8 @@
|
||||
|
||||
|
||||
app: spearhead-docs
|
||||
|
||||
image:
|
||||
registry: registry.dutchie031.net
|
||||
repository: spearhead-docs
|
||||
repository: registry.dutchie031.net/spearhead-docs
|
||||
tag: latest
|
||||
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user