Skip to content

Commit 4e40e41

Browse files
authored
Update phpinfo.yaml
1 parent 1bdb6a3 commit 4e40e41

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

etc/docker/kubernetes/openshift/phpinfo.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff 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:
4949
spec:
5050
podSelector:
5151
matchLabels:
52-
app: phpinfo
52+
app: phpinfo-po
5353
ingress:
5454
-
5555
ports:
@@ -60,10 +60,6 @@ spec:
6060
apiVersion: route.openshift.io/v1
6161
kind: Route
6262
metadata:
63-
annotations:
64-
console.alpha.openshift.io/overview-app-route: 'true'
65-
labels:
66-
app: phpinfo
6763
name: phpinfo-route
6864
spec:
6965
tls:
@@ -76,8 +72,6 @@ spec:
7672
apiVersion: v1
7773
kind: Service
7874
metadata:
79-
labels:
80-
app: phpinfo
8175
name: phpinfo-svc
8276
spec:
8377
ports:
@@ -86,5 +80,5 @@ spec:
8680
protocol: TCP
8781
targetPort: 8080
8882
selector:
89-
app: phpinfo
83+
app: phpinfo-po
9084
---

0 commit comments

Comments
 (0)