Commit 7a00f207 authored by Lars Fenneberg's avatar Lars Fenneberg

Update Helm charts to latest changes

parent 0addc51c
......@@ -44,6 +44,21 @@ spec:
between-bytes-timeout:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
dnsRetryDelay:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
domainUsageTimeout:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
firstLookupTimeout:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
resolverIdleTimeout:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
resolverTimeout:
type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$'
proxy-header:
type: integer
minimum: 1
......@@ -51,6 +66,12 @@ spec:
max-connections:
type: integer
minimum: 1
maxDNSQueries:
type: integer
minimum: 0
maximum: 65535
followDNSRedirects:
type: boolean
probe:
type: object
properties:
......
......@@ -16,6 +16,10 @@ spec:
port: 6081
targetPort: 6081
protocol: TCP
- port: 8000
targetPort: 8000
protocol: TCP
name: configured
- name: dataplane
port: 5555
targetPort: 5555
......
......@@ -104,12 +104,10 @@ spec:
- -P
- "0"
- varnishd
{{- if .Values.vikingService.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: /ready
port: k8s
{{- end }}
ports:
- name: http
containerPort: 80
......@@ -117,6 +115,8 @@ spec:
containerPort: 8080
- name: varnishadm
containerPort: 6081
- name: configured
containerPort: 8000
volumeMounts:
- name: adm-secret
mountPath: "/run/varnish"
......@@ -156,12 +156,10 @@ spec:
- -P
- "0"
- haproxy
{{- if .Values.vikingService.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: /healthz
port: k8s
{{- end }}
ports:
- name: https
containerPort: 443
......
......@@ -48,9 +48,6 @@ vikingService:
admin: "21d0ac6c-83d5-11ea-8acc-1ff3820da75e"
dataplaneapi: "e24bb312-cb21-46d6-aaec-8ae676f06fea"
readinessProbe:
enabled: false
# Optionally customize the pod dnsConfig.
dnsConfig: {}
dnsPolicy: ClusterFirst
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment