mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
31 lines
810 B
YAML
31 lines
810 B
YAML
charts:
|
|
- name: maestro
|
|
chart: ../helm-chart
|
|
values:
|
|
- ../helm-chart/values.yaml
|
|
- ../helm-chart/values-stg.yaml
|
|
|
|
|
|
# Environment to test Network Policies
|
|
- name: private-maestro
|
|
chart: ../helm-chart
|
|
values:
|
|
- ../helm-chart/values.yaml
|
|
- ../helm-chart/values-stg.yaml
|
|
set:
|
|
- name: app_name
|
|
value: maestro-private
|
|
- name: hostname
|
|
value: private-maestro.stg.dadosfera.ai
|
|
# Customer id
|
|
- name: maestro.dedicated_proxy
|
|
value: 14d52fd4-d83d-4cdd-be34-bf11cc28b3bd
|
|
- name: replicaCount
|
|
value: 1
|
|
- name: affinity
|
|
value: null
|
|
- name: resources
|
|
value: null
|
|
- name: maestro.restricted_ip
|
|
value: "137.131.167.254/32, 10.70.0.0/16, 159.112.184.81/32, 10.244.0.0/16"
|