mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 07:34:30 +08:00
packages-static: update container port
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user