Merge "Revert "Dex Charts - Airship 2 Integration""
This commit is contained in:
commit
d37bae3277
@ -6,17 +6,17 @@ metadata:
|
|||||||
name: {{ template "helpers.labels.fullname" . }}
|
name: {{ template "helpers.labels.fullname" . }}
|
||||||
labels: {{- include "helpers.labels.labels" . | nindent 4 }}
|
labels: {{- include "helpers.labels.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.params.service.type }}
|
type: NodePort
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
targetPort: 80
|
targetPort: http
|
||||||
port: {{ .Values.params.endpoints.port.http }}
|
port: {{ .Values.params.endpoints.port.http }}
|
||||||
nodePort: {{ .Values.params.endpoints.nodePort.http }}
|
nodePort: {{ .Values.params.endpoints.port.http }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: https
|
- name: https
|
||||||
targetPort: 443
|
targetPort: https
|
||||||
port: {{ .Values.params.endpoints.port.https }}
|
port: {{ .Values.params.endpoints.port.https }}
|
||||||
nodePort: {{ .Values.params.endpoints.nodePort.https }}
|
nodePort: {{ .Values.params.endpoints.port.https }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector: {{- include "helpers.labels.matchLabels" . | nindent 4 }}
|
selector: {{- include "helpers.labels.matchLabels" . | nindent 4 }}
|
||||||
...
|
...
|
||||||
|
@ -32,17 +32,12 @@ node_labels:
|
|||||||
params:
|
params:
|
||||||
site:
|
site:
|
||||||
name: PDL1
|
name: PDL1
|
||||||
service:
|
|
||||||
type: NodePort
|
|
||||||
endpoints:
|
endpoints:
|
||||||
hostname: vm-capi-docker.lan
|
hostname: vm-capi-docker.lan
|
||||||
port:
|
port:
|
||||||
https: 5556
|
https: 5556
|
||||||
http: 5554
|
http: 5554
|
||||||
k8s: 6443
|
k8s: 6443
|
||||||
nodePort:
|
|
||||||
https: 30556
|
|
||||||
http: 30554
|
|
||||||
tls:
|
tls:
|
||||||
cert_manager: false
|
cert_manager: false
|
||||||
issuer:
|
issuer:
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
params:
|
|
||||||
tls:
|
|
||||||
cert_manager: true
|
|
||||||
issuer:
|
|
||||||
name: dex-ca-issuer
|
|
||||||
kind: ClusterIssuer
|
|
Loading…
x
Reference in New Issue
Block a user