- 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.
17 lines
289 B
YAML
17 lines
289 B
YAML
namespace: cloudzero-dev
|
|
bases:
|
|
- ../../azure/
|
|
resources:
|
|
- namespace.yml
|
|
patchesStrategicMerge:
|
|
- ports.yml
|
|
- envvars.yml
|
|
- flex_vol.yml
|
|
patchesJson6902:
|
|
- target:
|
|
group: extensions
|
|
version: v1beta1
|
|
kind: Deployment
|
|
name: atst
|
|
path: json_ports.yml
|