From 576e172a7f4681bbf365cb41622c289cb77ca611 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 14:03:09 +0200 Subject: [PATCH] bugfix: wordpress --- smardigo/templates/wordpress/deployment.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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