Update guestbook-ui-deployment.yaml

This commit is contained in:
Quentin Legot 2023-08-03 22:23:44 +02:00 committed by GitHub
parent d58f44aee3
commit 0ff1da465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: guestbook-ui
name: wordpress-app
spec:
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app: guestbook-ui
app: wordpress-app
template:
metadata:
labels:
app: guestbook-ui
app: wordpress-app
spec:
containers:
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2
name: guestbook-ui
- image: hub.docker.com/r/bitnami/wordpress:latest
name: wordpress-app
ports:
- containerPort: 80