Feature/automation #6
@@ -23,7 +23,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.app }}
|
- name: {{ .Values.app }}
|
||||||
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
|
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.ports.containerPort }}
|
- containerPort: {{ .Values.ports.containerPort }}
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
+1
-3
@@ -1,10 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
app: spearhead-docs
|
app: spearhead-docs
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: registry.dutchie031.net
|
repository: registry.dutchie031.net/spearhead-docs
|
||||||
repository: spearhead-docs
|
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user