From c0c01a641e2067b00040f374f0380903049ce7cc Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 21 Sep 2026 20:35:56 +0100 Subject: [PATCH] Fix port Signed-off-by: Marcus Noble --- manifests/vaultwarden/deployment.yaml | 2 +- manifests/vaultwarden/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/vaultwarden/deployment.yaml b/manifests/vaultwarden/deployment.yaml index 232aac7..fac9e8f 100644 --- a/manifests/vaultwarden/deployment.yaml +++ b/manifests/vaultwarden/deployment.yaml @@ -43,7 +43,7 @@ spec: imagePullPolicy: IfNotPresent ports: - name: http - containerPort: 8080 + containerPort: 80 protocol: TCP envFrom: - configMapRef: diff --git a/manifests/vaultwarden/service.yaml b/manifests/vaultwarden/service.yaml index 843464f..081c87f 100644 --- a/manifests/vaultwarden/service.yaml +++ b/manifests/vaultwarden/service.yaml @@ -10,7 +10,7 @@ spec: ports: - name: http port: 80 - targetPort: 8080 + targetPort: http protocol: TCP selector: app: vaultwarden