File tree Expand file tree Collapse file tree
etc/docker/kubernetes/openshift Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ spec:
1111 replicas : 1
1212 selector :
1313 matchLabels :
14- app : phpinfo
14+ app : phpinfo-po
1515 template :
1616 metadata :
1717 labels :
18- app : phpinfo
18+ app : phpinfo-po
1919 spec :
2020 containers :
2121 -
22- image : secobau/phpinfo:latest
22+ image : secobau/phpinfo:1.4
2323 livenessProbe :
2424 httpGet :
2525 path : /
@@ -49,7 +49,7 @@ metadata:
4949spec :
5050 podSelector :
5151 matchLabels :
52- app : phpinfo
52+ app : phpinfo-po
5353 ingress :
5454 -
5555 ports :
6060apiVersion : route.openshift.io/v1
6161kind : Route
6262metadata :
63- annotations :
64- console.alpha.openshift.io/overview-app-route : ' true'
65- labels :
66- app : phpinfo
6763 name : phpinfo-route
6864spec :
6965 tls :
7672apiVersion : v1
7773kind : Service
7874metadata :
79- labels :
80- app : phpinfo
8175 name : phpinfo-svc
8276spec :
8377 ports :
8680 protocol : TCP
8781 targetPort : 8080
8882 selector :
89- app : phpinfo
83+ app : phpinfo-po
9084---
You can’t perform that action at this time.
0 commit comments