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
|
name: fedora-packages-static-configmap
|
||||||
key: sitemap-url
|
key: sitemap-url
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 8080
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data-volume
|
- name: data-volume
|
||||||
|
@ -51,13 +51,13 @@ spec:
|
||||||
initialDelaySeconds: 600
|
initialDelaySeconds: 600
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 80
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 630
|
initialDelaySeconds: 630
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 80
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: data-volume
|
- name: data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue