summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/kubernetes/ingress/ingress.yaml
blob: be619535e9cea6637745b1705a1858113f7d6736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
# The purpose of this file is to define the environment-specific public-facing
# VIP for the ingress controller
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  name: ingress-kube-system
  layeringDefinition:
    abstract: false
    layer: site
    parentSelector:
      ingress: kube-system
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
  substitutions:
    - src:
        schema: pegleg/CommonAddresses/v1
        name: common-addresses
        path: .vip.ingress_vip
      dest:
        path: .values.network.vip.addr
data:
  values:
    network:
      ingress:
        disable-ipv6: "true"
      vip:
        manage: true
...