File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
charts/localstack/templates Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,10 @@ spec:
139139 valueFrom :
140140 fieldRef :
141141 fieldPath : metadata.namespace
142+ - name : LOCALSTACK_K8S_POD_IP
143+ valueFrom :
144+ fieldRef :
145+ fieldPath : status.podIP
142146 {{- if include "localstack.lambda.labels" . }}
143147 - name : LAMBDA_K8S_LABELS
144148 value : {{ include "localstack.lambda.labels" . | quote }}
Original file line number Diff line number Diff line change 1919- apiGroups : [""]
2020 resources : ["services"]
2121 verbs : ["get", "list"]
22+ - apiGroups : ["apps"]
23+ resources : ["deployments"]
24+ verbs : ["*"]
2225{{- if .Values.role.extraRoles }}
2326{{ include "common.tplvalues.render" (dict "value" .Values.role.extraRoles "context" $) }}
2427{{- end }}
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ spec:
4040 {{- if .Values.service.dnsService }}
4141 - name : dns-tcp
4242 port : 53
43- containerPort : 53
43+ targetPort : 53
4444 protocol : TCP
4545 - name : dns-udp
4646 port : 53
47- containerPort : 53
47+ targetPort : 53
4848 protocol : UDP
4949 {{- end }}
5050 {{- range $index, $port := untilStep (.Values.service.externalServicePorts.start|int) (.Values.service.externalServicePorts.end|int) 1 }}
You can’t perform that action at this time.
0 commit comments