fix(mycloud-git-small): ingress annotations
This commit is contained in:
parent
d3e75b3e96
commit
9bcb8800bc
2 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@ spec:
|
||||||
{{- with .Values.commons.ingress.annotations }}
|
{{- with .Values.commons.ingress.annotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.ingress.annotations }}
|
{{- with .Values.ingress.forgejo.annotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -88,10 +88,10 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
{{- with .Values.commons.ingress.annotations }}
|
{{- with .Values.commons.ingress.annotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.ingress.annotations }}
|
{{- with .Values.ingress.woodpecker.annotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
hosts:
|
hosts:
|
||||||
- host: {{ $hostCI }}
|
- host: {{ $hostCI }}
|
||||||
|
@ -100,7 +100,7 @@ spec:
|
||||||
{{- if .Values.commons.ingress.tls.enabled }}
|
{{- if .Values.commons.ingress.tls.enabled }}
|
||||||
tls:
|
tls:
|
||||||
{{- with .Values.commons.ingress.tls.override }}
|
{{- with .Values.commons.ingress.tls.override }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- secretName: "mycloud-woodpecker-cert"
|
- secretName: "mycloud-woodpecker-cert"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue