This commit is contained in:
2026-03-12 19:00:35 +00:00
parent c1f512cb7e
commit 3e73461524

View File

@@ -122,7 +122,7 @@ spec:
spec:
containers:
- name: polly
image: manfredsteger/polly:beta
image: manfredsteger/polly:rc
imagePullPolicy: IfNotPresent
env:
- name: DATABASE_URL
@@ -154,7 +154,7 @@ spec:
value: "false"
ports:
- name: http
containerPort: 3080
containerPort: 5000
volumeMounts:
- name: uploads
mountPath: /app/uploads
@@ -193,7 +193,7 @@ spec:
ports:
- name: http
port: 80
targetPort: 3080
targetPort: 5000
---
apiVersion: networking.k8s.io/v1
kind: Ingress