From 73935528094e3af38650a47619e59a78778b125d Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 28 Mar 2024 18:20:00 +0100 Subject: [PATCH] gitea namings --- apps/gitea/base/gitea-deployment.yaml | 2 +- apps/gitea/base/gitea-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gitea/base/gitea-deployment.yaml b/apps/gitea/base/gitea-deployment.yaml index 1dc40e5..49d9e18 100644 --- a/apps/gitea/base/gitea-deployment.yaml +++ b/apps/gitea/base/gitea-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: labels: app: gitea - name: server + name: gitea spec: replicas: 1 selector: diff --git a/apps/gitea/base/gitea-service.yaml b/apps/gitea/base/gitea-service.yaml index 57b2f24..0aed29f 100644 --- a/apps/gitea/base/gitea-service.yaml +++ b/apps/gitea/base/gitea-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: labels: app: gitea - name: server + name: gitea spec: ports: - name: web