Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-21 20:35:56 +01:00
parent c628a560f8
commit c0c01a641e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 80
protocol: TCP protocol: TCP
envFrom: envFrom:
- configMapRef: - configMapRef:
+1 -1
View File
@@ -10,7 +10,7 @@ spec:
ports: ports:
- name: http - name: http
port: 80 port: 80
targetPort: 8080 targetPort: http
protocol: TCP protocol: TCP
selector: selector:
app: vaultwarden app: vaultwarden