Skip to content

Commit

Permalink
feat: gke
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 13, 2024
1 parent 45d89f3 commit 0519c4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/keep/templates/frontend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
{{- if .Values.frontend.extraIngress -}}
{{ toYaml .Values.frontend.extraIngress | nindent 2 }}
{{- end }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.isGKE .Values.backend.backendConfig.enabled -}}
{{- if .Values.isGKE -}}
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.isGKE .Values.frontend.backendConfig.enabled -}}
{{- if .Values.isGKE -}}
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
Expand Down
6 changes: 1 addition & 5 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ backend:
value: k8s
- name: PORT
value: "8080"
- name: SECRET_MANAGER_DIRECTORY
value: /state
- name: PUSHER_APP_ID
value: 1
- name: PUSHER_APP_KEY
Expand Down Expand Up @@ -69,9 +67,8 @@ backend:
path: /
tls: []
wildcardPolicy: None
# GKE healthcheck config (backend)
# GKE healthcheck config
backendConfig:
enabled: false
healthCheck:
checkIntervalSec: 30
timeoutSec: 10
Expand Down Expand Up @@ -165,7 +162,6 @@ frontend:
wildcardPolicy: None
# GKE healthcheck config
backendConfig:
enabled: false
healthCheck:
checkIntervalSec: 30
timeoutSec: 10
Expand Down

0 comments on commit 0519c4c

Please sign in to comment.