Update common 3.0.1 (#112)
* 2.5.0 * 3.0.1 * Remove upstream ingress unit test ingress is unused by us and the unit test proves to be unstable
This commit is contained in:
+54
-50
@@ -24,7 +24,7 @@ fullnameOverride: ""
|
||||
podAnnotations: {}
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
# Specifies whether a service account should be created
|
||||
create: false
|
||||
# Annotations to add to the service account
|
||||
annotations: {}
|
||||
@@ -33,7 +33,7 @@ serviceAccount:
|
||||
name: ""
|
||||
|
||||
env: {}
|
||||
# TZ: UTC
|
||||
# TZ: UTC
|
||||
|
||||
## Variables with values set from templates, example
|
||||
## With a release name of: demo, the example env value will be: demo-admin
|
||||
@@ -98,10 +98,10 @@ probes:
|
||||
## The spec field contains the values for the default livenessProbe.
|
||||
## If you selected custom: true, this field holds the definition of the livenessProbe.
|
||||
spec:
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 5
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 5
|
||||
|
||||
readiness:
|
||||
enabled: true
|
||||
@@ -110,22 +110,23 @@ probes:
|
||||
## The spec field contains the values for the default readinessProbe.
|
||||
## If you selected custom: true, this field holds the definition of the readinessProbe.
|
||||
spec:
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 5
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 5
|
||||
|
||||
startup:
|
||||
enabled: false
|
||||
enabled: true
|
||||
## Set this to true if you wish to specify your own startupProbe
|
||||
custom: false
|
||||
## The spec field contains the values for the default startupProbe.
|
||||
## If you selected custom: true, this field holds the definition of the startupProbe.
|
||||
spec:
|
||||
initialDelaySeconds: 5
|
||||
failureThreshold: 30
|
||||
periodSeconds: 10
|
||||
initialDelaySeconds: 0
|
||||
timeoutSeconds: 10
|
||||
## This means it has a maximum of 5*30=150 seconds to start up before it fails
|
||||
periodSeconds: 5
|
||||
failureThreshold: 120
|
||||
|
||||
service:
|
||||
enabled: true
|
||||
@@ -178,14 +179,21 @@ ingress:
|
||||
labels: {}
|
||||
hosts:
|
||||
- host: chart-example.local
|
||||
## Or a tpl that is evaluated
|
||||
# hostTpl: '{{ include "common.names.fullname" . }}.{{ .Release.Namespace }}.{{ .Values.ingress.domainname }}'
|
||||
paths:
|
||||
- path: /
|
||||
# Ignored if not kubeVersion >= 1.14-0
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
## Or if you need a dynamic secretname
|
||||
# - secretNameTpl: '{{ include "common.names.fullname" . }}-ingress'
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
## Or a tpl that is evaluated
|
||||
# hostsTpl:
|
||||
# - '{{ include "common.names.fullname" . }}.{{ .Release.Namespace }}.{{ .Values.ingress.domainname }}'
|
||||
additionalIngresses: []
|
||||
# - enabled: false
|
||||
# nameSuffix: "api"
|
||||
@@ -469,7 +477,6 @@ appAdditionalServicesEnabled: false
|
||||
# port: 3001
|
||||
# targetPort: 3001
|
||||
|
||||
appVolumesEnabled: false
|
||||
# appVolumeMounts:
|
||||
# config:
|
||||
# enabled: false
|
||||
@@ -488,42 +495,39 @@ appVolumesEnabled: false
|
||||
# hostPathEnabled: false
|
||||
# hostPath: ""
|
||||
|
||||
emptyDirVolumes: true
|
||||
|
||||
appIngressEnabled: false
|
||||
appIngress:
|
||||
main:
|
||||
enabled: false
|
||||
entrypoint: "websecure"
|
||||
certType: "letsencrypt-prod"
|
||||
existingcert: ""
|
||||
authForwardURL: ""
|
||||
annotations: {}
|
||||
labels: {}
|
||||
hosts:
|
||||
- host: app.truecharts.placeholder
|
||||
paths:
|
||||
- path: /
|
||||
# Ignored if not kubeVersion >= 1.14-0
|
||||
pathType: Prefix
|
||||
|
||||
maintcp:
|
||||
enabled: false
|
||||
type: "TCP"
|
||||
entrypoint: "kms"
|
||||
certType: "none"
|
||||
existingcert: ""
|
||||
annotations: {}
|
||||
labels: {}
|
||||
hosts:
|
||||
- host: app.truecharts.placeholder
|
||||
paths:
|
||||
- path: /
|
||||
# Ignored if not kubeVersion >= 1.14-0
|
||||
pathType: Prefix
|
||||
mainudp:
|
||||
enabled: false
|
||||
type: "UDP"
|
||||
entrypoint: "DNSUDP"
|
||||
annotations: {}
|
||||
labels: {}
|
||||
# appIngress:
|
||||
# main:
|
||||
# enabled: false
|
||||
# entrypoint: "websecure"
|
||||
# certType: "letsencrypt-prod"
|
||||
# existingcert: ""
|
||||
# authForwardURL: ""
|
||||
# annotations: {}
|
||||
# labels: {}
|
||||
# hosts:
|
||||
# - host: app.truecharts.placeholder
|
||||
# paths:
|
||||
# - path: /
|
||||
# # Ignored if not kubeVersion >= 1.14-0
|
||||
# pathType: Prefix
|
||||
#
|
||||
# maintcp:
|
||||
# enabled: false
|
||||
# type: "TCP"
|
||||
# entrypoint: "kms"
|
||||
# certType: "none"
|
||||
# existingcert: ""
|
||||
# annotations: {}
|
||||
# labels: {}
|
||||
# hosts:
|
||||
# - host: app.truecharts.placeholder
|
||||
# paths:
|
||||
# - path: /
|
||||
# # Ignored if not kubeVersion >= 1.14-0
|
||||
# pathType: Prefix
|
||||
# mainudp:
|
||||
# enabled: false
|
||||
# type: "UDP"
|
||||
# entrypoint: "DNSUDP"
|
||||
# annotations: {}
|
||||
# labels: {}
|
||||
|
||||
Reference in New Issue
Block a user