Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Fix K8s API server connectivity for IPv6 #7

Merged
merged 4 commits into from Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -33,8 +33,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
env:
- name: RUST_LOG
value: debug
{{- toYaml .Values.env | nindent 12 }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
6 changes: 6 additions & 0 deletions charts/rustrial-aws-eks-iam-auth-controller/values.yaml
Expand Up @@ -29,6 +29,12 @@ podSecurityContext:
{}
# fsGroup: 2000

env:
- name: RUST_LOG
value: debug
- name: KUBERNETES_SERVICE_HOST
mKeRix marked this conversation as resolved.
Show resolved Hide resolved
value: kubernetes.default.svc

securityContext:
capabilities:
drop:
Expand Down