elections: default http port change to 8000
This commit is contained in:
parent
89f28097ce
commit
a2af2c47f5
3 changed files with 7 additions and 7 deletions
|
@ -108,7 +108,7 @@
|
|||
app: elections
|
||||
routename: elections
|
||||
host: "elections{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: 8080-tcp
|
||||
serviceport: 8000-tcp
|
||||
servicename: elections
|
||||
|
||||
- role: openshift/object
|
||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
|||
- name: elections
|
||||
image: elections:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 8000
|
||||
resources: {}
|
||||
env:
|
||||
- name: KRB5_CONFIG
|
||||
|
@ -71,13 +71,13 @@ spec:
|
|||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
port: 8000
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
port: 8000
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
|
|
@ -6,10 +6,10 @@ metadata:
|
|||
name: elections
|
||||
spec:
|
||||
ports:
|
||||
- name: 8080-tcp
|
||||
port: 8080
|
||||
- name: 8000-tcp
|
||||
port: 8000
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
targetPort: 8000
|
||||
selector:
|
||||
app: elections
|
||||
deploymentconfig: elections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue