We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f612be4 commit 4c17ebbCopy full SHA for 4c17ebb
1 file changed
values/sftd/prod-values.example.yaml
@@ -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
3
replicaCount: 1
4
# image:
5
# tag: some-tag # (only override if you want a newer/different version than what is in the chart)
@@ -7,6 +9,16 @@ tls:
7
9
issuerRef:
8
10
name: letsencrypt-http01
11
kind: ClusterIssuer
12
+
13
+joinCall:
14
15
16
+ replicaCount: 1
17
+ image:
18
+ repository: docker.io/bitnamilegacy/nginx
19
+ pullPolicy: IfNotPresent
20
+ tag: "1.27.3-debian-12-r5"
21
22
# Uncomment to enable SFT to SFT communication for federated calls
23
# multiSFT:
24
# enabled: true
0 commit comments