You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customHeaders: {{ with .Values }}{{ with .routing }}{{ with .customHeaders }}{{ printf "\n"}}{{ toYaml . | indent 4}}{{- else -}}[]{{- end }}{{- else -}}[]{{- end }}{{- else -}}[]{{- end }}
Copy file name to clipboardexpand all lines: signadot/operator/templates/agent-deployment.yaml
+7-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ spec:
22
22
selector:
23
23
matchLabels:
24
24
app: signadot-agent
25
+
strategy:
26
+
type: Recreate
25
27
template:
26
28
metadata:
27
29
annotations:
@@ -59,7 +61,7 @@ spec:
59
61
secretKeyRef:
60
62
key: token
61
63
name: cluster-agent
62
-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.19.1{{- end }}{{- else -}}signadot/agent:v0.19.1{{- end }}{{- else -}}signadot/agent:v0.19.1{{- end }}
64
+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.19.2{{- end }}{{- else -}}signadot/agent:v0.19.2{{- end }}{{- else -}}signadot/agent:v0.19.2{{- end }}
63
65
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
64
66
livenessProbe:
65
67
httpGet:
@@ -72,5 +74,9 @@ spec:
72
74
httpGet:
73
75
path: /healthz
74
76
port: 8088
77
+
{{- with .Values }}{{- with .agent }}{{- with .resources }}
78
+
resources:
79
+
{{ toYaml . | indent 10 }}
80
+
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
Copy file name to clipboardexpand all lines: signadot/operator/templates/io-context-server-deployment.yaml
+5-1
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,13 @@ spec:
40
40
- /app/io-context-server
41
41
- -tls=secretns=signadot
42
42
- -port=8443
43
-
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.19.1{{- end }}{{- else -}}signadot/io-context-server:v0.19.1{{- end }}{{- else -}}signadot/io-context-server:v0.19.1{{- end }}
43
+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.19.2{{- end }}{{- else -}}signadot/io-context-server:v0.19.2{{- end }}{{- else -}}signadot/io-context-server:v0.19.2{{- end }}
44
44
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
45
45
name: io-context-server
46
46
ports:
47
47
- containerPort: 8443
48
+
{{- with .Values }}{{- with .ioContextServer }}{{- with .resources }}
49
+
resources:
50
+
{{ toYaml . | indent 10 }}
51
+
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
Copy file name to clipboardexpand all lines: signadot/operator/templates/routeserver-deployment.yaml
+5-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ spec:
36
36
{{- end }}
37
37
spec:
38
38
containers:
39
-
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.19.1{{- end }}{{- else -}}signadot/route-server:v0.19.1{{- end }}{{- else -}}signadot/route-server:v0.19.1{{- end }}
39
+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.19.2{{- end }}{{- else -}}signadot/route-server:v0.19.2{{- end }}{{- else -}}signadot/route-server:v0.19.2{{- end }}
40
40
imagePullPolicy: {{ with .Values }}{{ with .routeServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
41
41
name: routeserver
42
42
ports:
@@ -48,4 +48,8 @@ spec:
48
48
name: http-legacy
49
49
- containerPort: 9090
50
50
name: http-metrics
51
+
{{- with .Values }}{{- with .routeServer }}{{- with .resources }}
52
+
resources:
53
+
{{ toYaml . | indent 10 }}
54
+
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
83
83
- name: SIDECAR_INIT_IMAGE
84
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.1{{- end }}
84
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}
85
85
- name: LEGACY_SIDECAR_INIT_IMAGE
86
86
value: {{ with .Values }}{{ with .routeInit }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}
87
87
- name: ROUTE_SIDECAR_IMAGE
88
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar:v0.19.1{{- end }}
88
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}
89
89
- name: LEGACY_ROUTE_SIDECAR_IMAGE
90
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.1{{- end }}
90
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}
91
91
- name: IO_INIT_IMAGE
92
-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.19.1{{- end }}{{- else -}}signadot/io-init:v0.19.1{{- end }}{{- else -}}signadot/io-init:v0.19.1{{- end }}
92
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.19.2{{- end }}{{- else -}}signadot/io-init:v0.19.2{{- end }}{{- else -}}signadot/io-init:v0.19.2{{- end }}
93
93
- name: IO_SIDECAR_IMAGE
94
-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.19.1{{- end }}{{- else -}}signadot/io-sidecar:v0.19.1{{- end }}{{- else -}}signadot/io-sidecar:v0.19.1{{- end }}
94
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}
95
95
- name: JOB_EXECUTOR_INIT_IMAGE
96
-
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v0.19.1{{- end }}{{- else -}}signadot/job-executor-init:v0.19.1{{- end }}{{- else -}}signadot/job-executor-init:v0.19.1{{- end }}
96
+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}
97
97
- name: JOB_EXECUTOR_PROXY_IMAGE
98
-
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v0.19.1{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.1{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.1{{- end }}
98
+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}
99
99
- name: SANDBOX_TRAFFICMANAGER_INIT_IMAGE
100
-
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.1{{- end }}
100
+
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}
101
101
- name: SANDBOX_TRAFFICMANAGER_SIDECAR_IMAGE
102
-
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.1{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.1{{- end }}
103
-
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.19.1{{- end }}{{- else -}}signadot/operator:v0.19.1{{- end }}{{- else -}}signadot/operator:v0.19.1{{- end }}
102
+
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}
103
+
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.19.2{{- end }}{{- else -}}signadot/operator:v0.19.2{{- end }}{{- else -}}signadot/operator:v0.19.2{{- end }}
104
104
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
105
105
livenessProbe:
106
106
httpGet:
@@ -119,13 +119,10 @@ spec:
119
119
port: 8081
120
120
initialDelaySeconds: 5
121
121
periodSeconds: 10
122
+
{{- with .Values }}{{- with .operator }}{{- with .resources }}
122
123
resources:
123
-
limits:
124
-
cpu: {{ with .Values }}{{ with .operator }}{{ with .cpu }}{{ . | quote}}{{- else -}}100m{{- end }}{{- else -}}100m{{- end }}{{- else -}}100m{{- end }}
125
-
memory: {{ with .Values }}{{ with .operator }}{{ with .memory }}{{ . | quote}}{{- else -}}512Mi{{- end }}{{- else -}}512Mi{{- end }}{{- else -}}512Mi{{- end }}
126
-
requests:
127
-
cpu: {{ with .Values }}{{ with .operator }}{{ with .cpu }}{{ . | quote}}{{- else -}}100m{{- end }}{{- else -}}100m{{- end }}{{- else -}}100m{{- end }}
128
-
memory: {{ with .Values }}{{ with .operator }}{{ with .memory }}{{ . | quote}}{{- else -}}512Mi{{- end }}{{- else -}}512Mi{{- end }}{{- else -}}512Mi{{- end }}
124
+
{{ toYaml . | indent 10 }}
125
+
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
0 commit comments