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
Copy file name to clipboardExpand all lines: signadot/operator/templates/signadot-controller-manager-deployment.yaml
+40-13Lines changed: 40 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,17 @@ spec:
37
37
{{- end }}
38
38
spec:
39
39
containers:
40
+
- args:
41
+
- --secure-listen-address=0.0.0.0:8443
42
+
- --upstream=http://127.0.0.1:8080/
43
+
- --logtostderr=true
44
+
- --v=10
45
+
image: {{ with .Values.kubeRBACProxy }}{{ .image | default "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0" | quote }}{{ else }}gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0{{ end }}
46
+
imagePullPolicy: {{ with .Values }}{{ with .kubeRBACProxy }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
47
+
name: kube-rbac-proxy
48
+
ports:
49
+
- containerPort: 8443
50
+
name: https
40
51
- args:
41
52
- --health-probe-bind-address=:8081
42
53
- --metrics-bind-address=127.0.0.1:8080
@@ -46,11 +57,37 @@ spec:
46
57
env:
47
58
- name: ALLOWED_NAMESPACES
48
59
value: {{ range $i, $val := .Values.allowedNamespaces }}{{ if gt $i 0 }},{{ end }}{{ $val }}{{ else }}""{{ end }}
60
+
- name: SIDECAR_INIT_IMAGE_PULL_POLICY
61
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
62
+
- name: SIDECAR_INIT_IMAGE_PULL_SECRET
63
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .imagePullSecret }}{{.}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
64
+
- name: ROUTE_SIDECAR_IMAGE_PULL_POLICY
65
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
66
+
- name: ROUTE_SIDECAR_IMAGE_PULL_SECRET
67
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .imagePullSecret }}{{.}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
68
+
- name: IO_INIT_IMAGE_PULL_POLICY
69
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
70
+
- name: IO_INIT_IMAGE_PULL_SECRET
71
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .imagePullSecret }}{{.}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
72
+
- name: IO_SIDECAR_IMAGE_PULL_POLICY
73
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
74
+
- name: IO_SIDECAR_IMAGE_PULL_SECRET
75
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .imagePullSecret }}{{.}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
76
+
- name: EXECPOD_SIDECAR_IMAGE_PULL_POLICY
77
+
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .imagePullPolicy }}{{.}}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
78
+
- name: EXECPOD_SIDECAR_IMAGE_PULL_SECRET
79
+
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .imagePullSecret }}{{.}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
80
+
- name: SIDECAR_INIT_IMAGE
81
+
value: {{ with .Values.routeInit }}{{ .image | default "signadot/sd-init-networking:latest" | quote }}{{ else }}signadot/sd-init-networking:latest{{ end }}
49
82
- name: ROUTE_SIDECAR_IMAGE
50
-
value: {{ with .Values.routeSidecar }}{{ .image | default "signadot/route-sidecar:v0.11.1" | quote }}{{ else }}signadot/route-sidecar:v0.11.1{{ end }}
83
+
value: {{ with .Values.routeSidecar }}{{ .image | default "signadot/route-sidecar:v0.12.0" | quote }}{{ else }}signadot/route-sidecar:v0.12.0{{ end }}
51
84
- name: EXECPOD_SIDECAR_IMAGE
52
-
value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.11.1" | quote }}{{ else }}signadot/execpod-sidecar:v0.11.1{{ end }}
53
-
image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.11.1" | quote }}{{ else }}signadot/operator:v0.11.1{{ end }}
85
+
value: {{ with .Values.execpodSidecar }}{{ .image | default "signadot/execpod-sidecar:v0.12.0" | quote }}{{ else }}signadot/execpod-sidecar:v0.12.0{{ end }}
86
+
- name: IO_INIT_IMAGE
87
+
value: {{ with .Values.ioInit }}{{ .image | default "signadot/io-init:v0.12.0" | quote }}{{ else }}signadot/io-init:v0.12.0{{ end }}
88
+
- name: IO_SIDECAR_IMAGE
89
+
value: {{ with .Values.ioSidecar }}{{ .image | default "signadot/io-sidecar:v0.12.0" | quote }}{{ else }}signadot/io-sidecar:v0.12.0{{ end }}
90
+
image: {{ with .Values.operator }}{{ .image | default "signadot/operator:v0.12.0" | quote }}{{ else }}signadot/operator:v0.12.0{{ end }}
54
91
imagePullPolicy: {{ with .Values.operator }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }}
55
92
livenessProbe:
56
93
httpGet:
@@ -81,16 +118,6 @@ spec:
81
118
volumeMounts:
82
119
- mountPath: /etc/podinfo
83
120
name: podinfo
84
-
- args:
85
-
- --secure-listen-address=0.0.0.0:8443
86
-
- --upstream=http://127.0.0.1:8080/
87
-
- --logtostderr=true
88
-
- --v=10
89
-
image: {{ with .Values.kubeRBACProxy }}{{ .image | default "gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0" | quote }}{{ else }}gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0{{ end }}
0 commit comments