- Transition to VMSS identity for flexvol - Update some environment variables for cloudzero dev - Overlay for applying migrations - Updates to disable CDN, which will not be available - Removes CronJob for resetting the database; don't need that in this cluster for now.
35 lines
750 B
YAML
35 lines
750 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: atst-main
|
|
annotations:
|
|
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
|
|
service.beta.kubernetes.io/azure-load-balancer-internal-subnet: "cloudzero-jedidev-public"
|
|
spec:
|
|
loadBalancerIP: ""
|
|
ports:
|
|
- port: 80
|
|
targetPort: 9342
|
|
name: http
|
|
- port: 443
|
|
targetPort: 9442
|
|
name: https
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: atst-auth
|
|
annotations:
|
|
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
|
|
service.beta.kubernetes.io/azure-load-balancer-internal-subnet: "cloudzero-jedidev-public"
|
|
spec:
|
|
loadBalancerIP: ""
|
|
ports:
|
|
- port: 80
|
|
targetPort: 9343
|
|
name: http
|
|
- port: 443
|
|
targetPort: 9443
|
|
name: https
|