Skip to content

Commit 665da6e

Browse files
authored
Merge pull request #18 from Intreecom/feat/operator-enviroment-variables
2 parents df1ad10 + b57fd76 commit 665da6e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

charts/i2g-operator/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ replicaCount: 1
1111

1212
# Inline environment variables
1313
# it will be put directly in containers.
14-
env: {}
14+
env:
15+
I2G_LOG_LEVEL: "info"
16+
I2G_EXPERIMENTAL: "true"
17+
I2G_LINK_TO_INGRESS: "true"
18+
I2G_DEFAULT_GATEWAY_NAME: "gateway"
19+
I2G_DEFAULT_GATEWAY_NAMESPACE: "default"
1520

1621
updateStrategy: {}
1722
# type: RollingUpdate

0 commit comments

Comments
 (0)