diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index 692b3ba..c7f5528 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -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