Remove spire ingress as it complicate SNI acme

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:01 +01:00
committed by Marco Franssen
parent 1e5e84439b
commit 31bce3b09e
6 changed files with 38 additions and 48 deletions
@@ -94,12 +94,15 @@ spec:
{{- if eq (.Values.oidc.enabled | toString) "true" }}
- name: spire-oidc
image: "{{ .Values.oidc.image.repository }}:{{ .Values.oidc.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.oidc.image.pullPolicy }}
args:
- -config
- /run/spire/oidc/config/oidc-discovery-provider.conf
ports:
- containerPort: {{ .Values.oidc.service.port }}
name: spire-oidc-port
name: oidc-http
- containerPort: 443
name: oidc-https
volumeMounts:
- name: spire-server-socket
mountPath: {{ include "spire.sockets" . }}