blob: e21bafe8c2d72616b86bacf8f61313cf22562999 [file] [log] [blame]
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: hello
spec:
replicas: 7
selector:
matchLabels:
app: hello
template:
metadata:
labels:
app: hello
spec:
containers:
- name: hello
image: "fake.docker.io/google-samples/hello-go-gke:1.0"
ports:
- name: http
containerPort: 80