Skip to content

Commit

Permalink
Update phpinfo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
academiaonline authored Nov 22, 2024
1 parent 4216194 commit a87ceaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/etc/docker/kubernetes/openshift/templates/phpinfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ objects:
metadata:
name: ${APP_NAME}-deploy
spec:
replicas: '${APP_REPLICAS}'
replicas: ${APP_REPLICAS}
selector:
matchLabels:
app: ${APP_LABEL}
Expand Down Expand Up @@ -145,7 +145,7 @@ parameters:
displayName: Number of replicas
name: APP_REPLICAS
required: true
value: '1'
value: 1
-
description: Application label
displayName: Application label
Expand Down

0 comments on commit a87ceaa

Please sign in to comment.