blob: 4e220d3ea92cfa2bf3ab62def759aaaef52d15b5 [file] [log] [blame]
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
namespace: test
spec:
replicas: 7
selector:
matchLabels:
app: hello
tier: backend
track: stable
template:
metadata:
labels:
app: hello
tier: backend
track: stable
spec:
containers:
- name: hello
image: "fake.docker.io/google-samples/hello-go-gke:1.0"
ports:
- name: http
containerPort: 80