Run oidc discovery provider as separate pod using workload api

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 31bce3b09e
commit f2d7aa1f62
5 changed files with 112 additions and 40 deletions
+3 -3
View File
@@ -13,10 +13,10 @@ spec:
ports:
- name: http
port: {{ .Values.oidc.service.port }}
targetPort: oidc-http
targetPort: http
- name: https
port: 443
targetPort: oidc-https
targetPort: https
selector:
{{- include "spire.server.selectorLabels" . | nindent 4 }}
{{- include "spire.oidc.selectorLabels" . | nindent 4 }}
{{ end }}