Skip to content

Commit 1c69e66

Browse files
committed
chore: Update contour options in alignment with 2026.03 cadence release (pscloud-488)
1 parent b0d7f15 commit 1c69e66

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
@@ -170,7 +170,7 @@ When V4_CFG_MANAGE_STORAGE is set to `true`, the `sas` and `pg-storage` storage
170170

171171
| Name | Description | Type | Default | Required | Notes | Tasks |
172172
| :--- | ---: | ---: | ---: | ---: | ---: | ---: |
173-
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "ingress" | true | Possible values: "ingress", "contour" | baseline, viya |
173+
| V4_CFG_INGRESS_TYPE | The ingress controller to deploy | string | "contour" | true | Possible values: "ingress", "contour" | baseline, viya |
174174
| V4_CFG_INGRESS_FQDN | FQDN to the ingress for SAS Vya installation | string | | true | | viya |
175175
| 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 |
176176

examples/ansible-vars-iac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ V4_CFG_CR_USER: <container_registry_user>
2020
V4_CFG_CR_PASSWORD: <container_registry_password>
2121

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

examples/ansible-vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ V4_CFG_CR_USER: <container_registry_user>
3131
V4_CFG_CR_PASSWORD: <container_registry_password>
3232

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

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
@@ -39,7 +39,7 @@ V4_CFG_MANAGE_STORAGE: true
3939
V4_CFG_DEPLOYMENT_URL_PREFIX: null
4040
V4_CFG_DEPLOYMENT_URL_PORT: null
4141
V4_CFG_INGRESS_FQDN: null
42-
V4_CFG_INGRESS_TYPE: ingress
42+
V4_CFG_INGRESS_TYPE: contour
4343

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

0 commit comments

Comments
 (0)