´´.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user