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

Update Helm charts to latest changes

parent 0addc51c
...@@ -44,6 +44,21 @@ spec: ...@@ -44,6 +44,21 @@ spec:
between-bytes-timeout: between-bytes-timeout:
type: string type: string
pattern: '^\d+(\.\d+)?(ms|[smhdwy])$' 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: proxy-header:
type: integer type: integer
minimum: 1 minimum: 1
...@@ -51,6 +66,12 @@ spec: ...@@ -51,6 +66,12 @@ spec:
max-connections: max-connections:
type: integer type: integer
minimum: 1 minimum: 1
maxDNSQueries:
type: integer
minimum: 0
maximum: 65535
followDNSRedirects:
type: boolean
probe: probe:
type: object type: object
properties: properties:
......
...@@ -16,6 +16,10 @@ spec: ...@@ -16,6 +16,10 @@ spec:
port: 6081 port: 6081
targetPort: 6081 targetPort: 6081
protocol: TCP protocol: TCP
- port: 8000
targetPort: 8000
protocol: TCP
name: configured
- name: dataplane - name: dataplane
port: 5555 port: 5555
targetPort: 5555 targetPort: 5555
......
...@@ -104,12 +104,10 @@ spec: ...@@ -104,12 +104,10 @@ spec:
- -P - -P
- "0" - "0"
- varnishd - varnishd
{{- if .Values.vikingService.readinessProbe.enabled }}
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /ready path: /ready
port: k8s port: k8s
{{- end }}
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 80
...@@ -117,6 +115,8 @@ spec: ...@@ -117,6 +115,8 @@ spec:
containerPort: 8080 containerPort: 8080
- name: varnishadm - name: varnishadm
containerPort: 6081 containerPort: 6081
- name: configured
containerPort: 8000
volumeMounts: volumeMounts:
- name: adm-secret - name: adm-secret
mountPath: "/run/varnish" mountPath: "/run/varnish"
...@@ -156,12 +156,10 @@ spec: ...@@ -156,12 +156,10 @@ spec:
- -P - -P
- "0" - "0"
- haproxy - haproxy
{{- if .Values.vikingService.readinessProbe.enabled }}
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: k8s port: k8s
{{- end }}
ports: ports:
- name: https - name: https
containerPort: 443 containerPort: 443
......
...@@ -48,9 +48,6 @@ vikingService: ...@@ -48,9 +48,6 @@ vikingService:
admin: "21d0ac6c-83d5-11ea-8acc-1ff3820da75e" admin: "21d0ac6c-83d5-11ea-8acc-1ff3820da75e"
dataplaneapi: "e24bb312-cb21-46d6-aaec-8ae676f06fea" dataplaneapi: "e24bb312-cb21-46d6-aaec-8ae676f06fea"
readinessProbe:
enabled: false
# Optionally customize the pod dnsConfig. # Optionally customize the pod dnsConfig.
dnsConfig: {} dnsConfig: {}
dnsPolicy: ClusterFirst 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