Skip to content

Commit

Permalink
chore: add new variable for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato committed Aug 7, 2024
1 parent f9dda43 commit 018d7c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
name: {{ template "web.fullname" . }}
name: {{ .Values.backendConfigName }}
namespace: {{ .Values.namespace }}
spec:
timeoutSec: 300
Expand Down
2 changes: 1 addition & 1 deletion manifests/bucketeer/charts/web/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ template "web.fullname" . }}
name: {{ .Values.ingress.name }}
namespace: {{ .Values.namespace }}
labels:
app: {{ template "web.name" . }}
Expand Down
2 changes: 2 additions & 0 deletions manifests/bucketeer/charts/web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ resources: {}
serviceAccount:
annotations: {}
ingress:
name:
host:
staticIPName:
backendConfigName:
1 change: 1 addition & 0 deletions manifests/bucketeer/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ web:
secretName: bucketeer-service-cert

ingress:
name: web
host: web-gateway.bucketeer.io

serviceToken:
Expand Down

0 comments on commit 018d7c8

Please sign in to comment.