headscale

This commit is contained in:
Sense T
2023-09-06 04:40:25 +00:00
parent 738564f747
commit dc6bf2e27d
5 changed files with 118 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- pvc.yaml
- service.yaml
- ingress.yaml
configMapGenerator:
- name: headscale-webui
files:
- config/BASIC_AUTH_USER
- config/DOMAIN_NAME
- config/AUTH_TYPE
- config/SCRIPT_NAME
- config/HS_SERVER
secretGenerator:
- name: headscale-webui
files:
- config/KEY
- config/BASIC_AUTH_PASS
images:
- name: headscale-webui
newName: ghcr.io/ifargle/headscale-webui
newTag: v0.6.2