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