Skip to content

Commit 923bcdb

Browse files
authored
chore: Update contour options in alignment with 2026.03 cadence release (pscloud-488)
2 parents 971bd70 + 1c69e66 commit 923bcdb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/CONFIG-VARS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ When V4_CFG_MANAGE_STORAGE is set to `true`, the `sas` and `pg-storage` storage
171171

172172
| Name | Description | Type | Default | Required | Notes | Tasks |
173173
| :--- | ---: | ---: | ---: | ---: | ---: | ---: |
174-
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "ingress" | true | Possible values: "ingress", "contour" | baseline, viya |
174+
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "contour" | true | Possible values: "ingress", "contour" | baseline, viya |
175175
| V4_CFG_INGRESS_FQDN | FQDN to the ingress for SAS Vya installation | string | | true | | viya |
176176
| V4_CFG_INGRESS_MODE | Whether to create a public or private Loadbalancer endpoint | string | "public" | false | Possible values: "public", "private". Setting this option to "private" adds options to the ingress controller that create a LoadBalancer with private IP address(es) only. | baseline |
177177

examples/ansible-vars-iac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ V4_CFG_CR_USER: <container_registry_user>
2222
V4_CFG_CR_PASSWORD: <container_registry_password>
2323

2424
## Ingress
25-
V4_CFG_INGRESS_TYPE: ingress
25+
V4_CFG_INGRESS_TYPE: contour
2626
V4_CFG_INGRESS_FQDN: <desired_fqdn>
2727
V4_CFG_TLS_MODE: full-stack # [full-stack|front-door|ingress-only|disabled]
2828

examples/ansible-vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ V4_CFG_CR_USER: <container_registry_user>
3333
V4_CFG_CR_PASSWORD: <container_registry_password>
3434

3535
## Ingress
36-
V4_CFG_INGRESS_TYPE: ingress
36+
V4_CFG_INGRESS_TYPE: contour
3737
V4_CFG_INGRESS_FQDN: <desired_fqdn>
3838
V4_CFG_TLS_MODE: full-stack # [full-stack|front-door|ingress-only|disabled]
3939

roles/baseline/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
V4_CFG_TLS_MODE: full-stack # other valid values are front-door, ingress-only, and disabled
66
V4_CFG_RWX_FILESTORE_PATH: /export
7-
V4_CFG_INGRESS_TYPE: ingress
7+
V4_CFG_INGRESS_TYPE: contour
88
V4_CFG_INGRESS_MODE: public
99
V4_CFG_MANAGE_STORAGE: true
1010
V4_CFG_AWS_LB_SUBNETS: ""

roles/vdm/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ V4_CFG_MANAGE_STORAGE: true
4040
V4_CFG_DEPLOYMENT_URL_PREFIX: null
4141
V4_CFG_DEPLOYMENT_URL_PORT: null
4242
V4_CFG_INGRESS_FQDN: null
43-
V4_CFG_INGRESS_TYPE: ingress
43+
V4_CFG_INGRESS_TYPE: contour
4444

4545
V4_CFG_TLS_MODE: front-door # other valid values are full-stack, ingress-only, and disabled
4646
V4_CFG_TLS_CERT: null

0 commit comments

Comments
 (0)