gke-deploy/deployer/testing/expected-suggested/directory.yaml (75 lines of code) (raw):
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test-app
app.kubernetes.io/name: my-app
name: test-app
spec:
replicas: 1
selector:
matchLabels:
app: test-app
template:
metadata:
labels:
app: test-app
app.kubernetes.io/name: my-app
spec:
containers:
- image: gcr.io/cbd-test/test-app:latest
name: test-app
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test-app-2
app.kubernetes.io/name: my-app
name: test-app-2
spec:
replicas: 1
selector:
matchLabels:
app: test-app-2
template:
metadata:
labels:
app: test-app-2
app.kubernetes.io/name: my-app
spec:
containers:
- image: gcr.io/cbd-test/test-app-2:latest
name: test-app-2
---
apiVersion: v1
kind: Service
metadata:
labels:
app: test-app
app.kubernetes.io/name: my-app
name: test-app
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
selector:
app: test-app
type: LoadBalancer
---
apiVersion: v1
kind: Service
metadata:
labels:
app: test-app
app.kubernetes.io/name: my-app
name: test-app
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
selector:
app: test-app
type: LoadBalancer