|
|
@ -28,6 +28,10 @@ metadata: |
|
|
|
labels: |
|
|
|
labels: |
|
|
|
app.kubernetes.io/name: {{ include "dolphinscheduler.fullname" . }} |
|
|
|
app.kubernetes.io/name: {{ include "dolphinscheduler.fullname" . }} |
|
|
|
{{- include "dolphinscheduler.common.labels" . | nindent 4 }} |
|
|
|
{{- include "dolphinscheduler.common.labels" . | nindent 4 }} |
|
|
|
|
|
|
|
{{- with .Values.ingress.annotations }} |
|
|
|
|
|
|
|
annotations: |
|
|
|
|
|
|
|
{{- toYaml . | nindent 4 }} |
|
|
|
|
|
|
|
{{- end }} |
|
|
|
spec: |
|
|
|
spec: |
|
|
|
rules: |
|
|
|
rules: |
|
|
|
- host: {{ .Values.ingress.host }} |
|
|
|
- host: {{ .Values.ingress.host }} |
|
|
|