bugfix: wordpress

main
Sven Ketelsen 4 years ago
parent 33cf29df71
commit 576e172a7f

@ -28,12 +28,12 @@ spec:
hostnames:
- "{{ .Values.sharedService.maria.host.name }}"
containers:
- name: "ubuntu"
image: "ubuntu:20.04"
command:
- sleep
args:
- "3600"
# - name: "ubuntu"
# image: "ubuntu:20.04"
# command:
# - sleep
# args:
# - "3600"
- name: "wordpress"
image: "{{ .Values.harbor.host.name }}/{{ .Values.wordpress.image.name }}:{{ .Values.wordpress.image.version }}"
imagePullPolicy: Always

Loading…
Cancel
Save