From 8a628090ae5de0fb151aa098614eabf91e50d3f0 Mon Sep 17 00:00:00 2001 From: YuitoAkatsuki Date: Sun, 11 Aug 2024 10:17:19 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=AC=E3=82=AF=E3=82=BF=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E3=83=9F=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/mysql-deployment.yaml | 3 +++ manifests/wiki-deploy.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/manifests/mysql-deployment.yaml b/manifests/mysql-deployment.yaml index 88dc88b..a69932a 100644 --- a/manifests/mysql-deployment.yaml +++ b/manifests/mysql-deployment.yaml @@ -10,6 +10,9 @@ spec: strategy: type: Recreate template: + metadata: + labels: + app: mysql spec: containers: - image: mysql:5.7.28 diff --git a/manifests/wiki-deploy.yaml b/manifests/wiki-deploy.yaml index 3169ed8..6e9b31a 100644 --- a/manifests/wiki-deploy.yaml +++ b/manifests/wiki-deploy.yaml @@ -10,6 +10,9 @@ spec: strategy: type: Recreate template: + metadata: + labels: + app: mediawiki spec: containers: - image: localhost:32000/mediawiki:1.0.0