don t care
This commit is contained in:
@@ -25,16 +25,29 @@ service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
main:
|
||||
enabled: false
|
||||
# hosts:
|
||||
# - host: "cv.opti.cabillot.eu"
|
||||
# paths:
|
||||
# - path: "/"
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - "cv.opti.cabillot.eu"
|
||||
|
||||
# -- Configures the probes for the main Pod.
|
||||
# @default -- See values.yaml
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
automountServiceAccountToken: false
|
||||
|
||||
Reference in New Issue
Block a user