Fix Ing
This commit is contained in:
parent
e11115d3e2
commit
086385b6d8
@ -21,5 +21,5 @@ version: 0.0.1
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 0.4.0
|
appVersion: 0.4.1
|
||||||
|
|
@ -9,11 +9,9 @@ metadata:
|
|||||||
{{toYaml .Values.lecoffreBack.ingress.annotations | indent 4 }}
|
{{toYaml .Values.lecoffreBack.ingress.annotations | indent 4 }}
|
||||||
{{end}}
|
{{end}}
|
||||||
spec:
|
spec:
|
||||||
{{if .Values.lecoffreBack.ingress.tls.enabled }}
|
|
||||||
tls:
|
tls:
|
||||||
- hosts: {{ .Values.lecoffreBack.ingress.tls.hosts }}
|
- hosts: {{ .Values.lecoffreBack.ingress.tls.hosts }}
|
||||||
secretName: {{ .Values.lecoffreBack.ingress.tls.secretName }}
|
secretName: {{ .Values.lecoffreBack.ingress.tls.secretName }}
|
||||||
{{end}}
|
|
||||||
rules:
|
rules:
|
||||||
- host: {{ .Values.lecoffreBack.ingress.host }}
|
- host: {{ .Values.lecoffreBack.ingress.host }}
|
||||||
http:
|
http:
|
@ -41,21 +41,4 @@ lecoffreBack:
|
|||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
|
nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
livenessProbe:
|
|
||||||
enabled: true
|
|
||||||
path: /health
|
|
||||||
port: 8001
|
|
||||||
initialDelaySeconds: 5
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 5
|
|
||||||
failureThreshold: 6
|
|
||||||
successThreshold: 1
|
|
||||||
readinessProbe:
|
|
||||||
enabled: true
|
|
||||||
path: /health
|
|
||||||
port: 8001
|
|
||||||
initialDelaySeconds: 5
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 5
|
|
||||||
failureThreshold: 6
|
|
||||||
successThreshold: 1
|
|
Loading…
x
Reference in New Issue
Block a user