Run oidc insecure on unix socket using Nginx
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -11,12 +11,15 @@ metadata:
|
||||
spec:
|
||||
type: {{ .Values.oidc.service.type }}
|
||||
ports:
|
||||
{{- if .Values.oidc.allowInsecureScheme }}
|
||||
- name: http
|
||||
port: {{ .Values.oidc.service.port }}
|
||||
targetPort: http
|
||||
{{- else }}
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: https
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "spire.oidc.selectorLabels" . | nindent 4 }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user