Skip to content

Commit 4c17ebb

Browse files
committed
fix wpb-23987: sftd helm chart values for joinCall component which fails to find hashbased images
1 parent f612be4 commit 4c17ebb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

values/sftd/prod-values.example.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# this value should be set to 3 when deployed in a full production DMZ manner
2+
# replicaCount = 1 is to support the simple wiab-staging solution
13
replicaCount: 1
24
# image:
35
# tag: some-tag # (only override if you want a newer/different version than what is in the chart)
@@ -7,6 +9,16 @@ tls:
79
issuerRef:
810
name: letsencrypt-http01
911
kind: ClusterIssuer
12+
13+
joinCall:
14+
# this value should be set to 3 when deployed in a full production DMZ manner
15+
# replicaCount = 1 is to support the simple wiab-staging solution
16+
replicaCount: 1
17+
image:
18+
repository: docker.io/bitnamilegacy/nginx
19+
pullPolicy: IfNotPresent
20+
tag: "1.27.3-debian-12-r5"
21+
1022
# Uncomment to enable SFT to SFT communication for federated calls
1123
# multiSFT:
1224
# enabled: true

0 commit comments

Comments
 (0)