WIP: k8s config for cloud-zero

This commit is contained in:
dandds
2019-12-20 15:04:58 -05:00
committed by Rob Gil
parent 80cadfe4b8
commit 8ec23b54a8
8 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
apiVersion: v1
kind: Service
metadata:
name: atst-main
spec:
loadBalancerIP: ""
ports:
- port: 80
targetPort: 9342
name: http
- port: 443
targetPort: 9442
name: https
---
apiVersion: v1
kind: Service
metadata:
name: atst-auth
spec:
loadBalancerIP: ""
ports:
- port: 80
targetPort: 9343
name: http
- port: 443
targetPort: 9443
name: https