blob: f55892aacb0d670500494b9353b88d2c754dfe68 [file] [log] [blame]
apiVersion: apps/v1
kind: ReplicaSet
metadata:
creationTimestamp: null
name: hello
spec:
replicas: 7
selector:
matchLabels:
app: hello
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
creationTimestamp: null
labels:
app: hello
spec:
containers:
- image: fake.docker.io/google-samples/hello-go-gke:1.0
name: hello
ports:
- containerPort: 80
name: http
resources: {}
status:
replicas: 0
---