Skip to content

Commit

Permalink
charts: add gateway.enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Sep 15, 2024
1 parent 661536c commit 8ff6a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/magout/templates/gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.gateway.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -242,3 +243,4 @@ data:
error_page 404 500 501 502 503 504 /500.html;
}
{{- end }}
1 change: 1 addition & 0 deletions charts/magout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ operator:
affinity: {}

gateway:
enabled: true
deploy:
replicas: 1
image: nginx:1
Expand Down

0 comments on commit 8ff6a51

Please sign in to comment.