diff --git a/helm-charts/dev/values.yaml b/helm-charts/dev/values.yaml index a2a2b73..155e3b7 100644 --- a/helm-charts/dev/values.yaml +++ b/helm-charts/dev/values.yaml @@ -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: "" @@ -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 diff --git a/helm-charts/prod/values.yaml b/helm-charts/prod/values.yaml index 6e8b0e4..512ab8d 100644 --- a/helm-charts/prod/values.yaml +++ b/helm-charts/prod/values.yaml @@ -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: "" @@ -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