Skip to content

Commit

Permalink
Merge pull request #30 from DevoteamNL/feat/auto-trigger-helm
Browse files Browse the repository at this point in the history
added ingress tls
  • Loading branch information
amanbrine authored Mar 4, 2024
2 parents 8927bfe + f51889f commit 60c462f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions helm-charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: inficonnectacr.azurecr.io/infini-connect
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "dev"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -82,10 +82,10 @@ ingress:
paths:
- path: /api
pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
tls:
- secretName: wildcard-infiniconnect
hosts:
- dev.infini-connect.devoteam.nl

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
10 changes: 5 additions & 5 deletions helm-charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: inficonnectacr.azurecr.io/infini-connect
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -81,10 +81,10 @@ ingress:
paths:
- path: /api
pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
tls:
- secretName: wildcard-infiniconnect
hosts:
- infini-connect.devoteam.nl

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 60c462f

Please sign in to comment.