packages-static: update container port
This commit is contained in:
parent
e9b1c3c53d
commit
52e2a301cc
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue