feat: migrate tailscale-operator to OAuth auth mode #43

Closed
gitea-admin wants to merge 1 commits from orion/auto/feat-migrate-tailscale-operator-to-oauth-1778978985567 into main
Showing only changes of commit 270f9c0f06 - Show all commits
@@ -19,16 +19,15 @@ spec:
containers:
- name: operator
image: ghcr.io/tailscale/k8s-operator:v1.78.3
imagePullPolicy: IfNotPresent
env:
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: TS_CLIENT_ID_FILE
value: /etc/tailscale/oauth/client-id
@@ -38,6 +37,13 @@ spec:
- name: oauth-secret
mountPath: /etc/tailscale/oauth
readOnly: true
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
volumes:
- name: oauth-secret
secret: