Skip to content

Commit

Permalink
Makin' money, o' somethin
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Nov 6, 2023
1 parent 6ca16e7 commit d7b162f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion manifests/workloads/tailscale/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ spec:
- name: CLIENT_SECRET_FILE
value: /oauth/client_secret
- name: PROXY_IMAGE
value: tailscale-image:replaceme
value: core.harbor.homelab.danmanners.com/docker.io/tailscale/tailscale:unstable-v1.53
- name: PROXY_TAGS
value: tag:k8s
- name: APISERVER_PROXY
value: "true"
- name: PROXY_FIREWALL_MODE
value: auto # Leave this for now
- name: TS_ROUTES
value: 10.3.0.0/24,10.4.0.0/23
volumeMounts:
- name: oauth
mountPath: /oauth
Expand Down
3 changes: 0 additions & 3 deletions manifests/workloads/tailscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ images:
- name: k8s-operator:replaceme
newName: core.harbor.homelab.danmanners.com/docker.io/tailscale/k8s-operator
newTag: unstable-v1.53
- name: k8s-operator:replaceme
newName: core.harbor.homelab.danmanners.com/docker.io/tailscale/k8s-operator
newTag: unstable-v1.53

0 comments on commit d7b162f

Please sign in to comment.