2019-09-27 19:58:45 +02:00
|
|
|
apiVersion: apps/v1
|
2018-08-15 01:22:13 +02:00
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: guestbook-ui
|
2024-01-04 22:48:35 +01:00
|
|
|
labels:
|
|
|
|
product: engineering-productivity
|
|
|
|
team: deploy-platform
|
2024-01-04 22:31:34 +01:00
|
|
|
namespace: guestbook
|
2018-08-15 01:22:13 +02:00
|
|
|
spec:
|
|
|
|
replicas: 1
|
2018-12-11 03:05:32 +01:00
|
|
|
revisionHistoryLimit: 3
|
2018-08-15 01:22:13 +02:00
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: guestbook-ui
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: guestbook-ui
|
2024-01-03 21:05:26 +01:00
|
|
|
product: engineering-productivity
|
|
|
|
team: deploy-platform
|
2018-08-15 01:22:13 +02:00
|
|
|
spec:
|
|
|
|
containers:
|
2024-01-03 21:05:26 +01:00
|
|
|
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2
|
|
|
|
name: guestbook-ui
|
|
|
|
ports:
|
|
|
|
- containerPort: 80
|