Skip to content

Commit

Permalink
Update phpinfo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scolomar authored Sep 21, 2020
1 parent 1bdb6a3 commit 4e40e41
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions etc/docker/kubernetes/openshift/phpinfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: phpinfo
app: phpinfo-po
template:
metadata:
labels:
app: phpinfo
app: phpinfo-po
spec:
containers:
-
image: secobau/phpinfo:latest
image: secobau/phpinfo:1.4
livenessProbe:
httpGet:
path: /
Expand Down Expand Up @@ -49,7 +49,7 @@ metadata:
spec:
podSelector:
matchLabels:
app: phpinfo
app: phpinfo-po
ingress:
-
ports:
Expand All @@ -60,10 +60,6 @@ spec:
apiVersion: route.openshift.io/v1
kind: Route
metadata:
annotations:
console.alpha.openshift.io/overview-app-route: 'true'
labels:
app: phpinfo
name: phpinfo-route
spec:
tls:
Expand All @@ -76,8 +72,6 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: phpinfo
name: phpinfo-svc
spec:
ports:
Expand All @@ -86,5 +80,5 @@ spec:
protocol: TCP
targetPort: 8080
selector:
app: phpinfo
app: phpinfo-po
---

0 comments on commit 4e40e41

Please sign in to comment.