blob: 660791eba61b3a22c355034a13070beba249979a [file] [log] [blame]
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
spec:
replicas: 7
selector:
matchLabels:
app: hello
tier: backend
track: stable
template:
metadata:
annotations:
k8s.v1.cni.cncf.io/networks: '[{"name": "alt_cni"}]'
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