File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ image:
2424config :
2525 server_port : 8080
2626
27- # Additional environment variables
28- env :
29- GA_TRACKING_ID : " G-9B6D1W2GX8"
30-
3127# service exposes gRPC server api
3228service :
3329 type : ClusterIP
@@ -52,8 +48,10 @@ volumeMounts: []
5248# - name: schema
5349# mountPath: /app/schema/reload
5450
51+ # Additional environment variables
5552env : {}
56- # SCHEMA_DIR: /app/schema/reload
53+ # GA_TRACKING_ID: "G-XXXXXXXX-X"
54+ # SCHEMA_DIR: /app/schema/reload
5755
5856podAnnotations : {}
5957
@@ -83,7 +81,7 @@ ingress:
8381 # - secretName: chart-example-tls
8482 # hosts:
8583 # - chart-example.local
86- service : {} # Service configuration for the ingress controller
84+ service : {} # Service configuration for the ingress controller
8785 # type: ClusterIP
8886
8987resources : {}
You can’t perform that action at this time.
0 commit comments