packages-static: update container port

This commit is contained in:
Brendan Early 2021-05-18 17:25:18 -05:00
parent e9b1c3c53d
commit 52e2a301cc
No known key found for this signature in database
GPG key ID: 25CF7F7DE2FF5AA9

View file

@ -38,7 +38,7 @@ spec:
name: fedora-packages-static-configmap
key: sitemap-url
ports:
- containerPort: 80
- containerPort: 8080
resources: {}
volumeMounts:
- name: data-volume
@ -51,13 +51,13 @@ spec:
initialDelaySeconds: 600
httpGet:
path: /
port: 80
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 630
httpGet:
path: /
port: 80
port: 8080
volumes:
- name: data-volume
persistentVolumeClaim: