Compare commits
No commits in common. "429f8700293b248b25779552fb41d674b231a0c8" and "4cd13b7acf0278079fc1ec63f6e30920f8970f7e" have entirely different histories.
429f870029
...
4cd13b7acf
9
Makefile
9
Makefile
|
@ -1,9 +0,0 @@
|
||||||
FOLDERS := infra/traefik infra/storage infra/monitoring infra/authelia apps/namesny-com apps/mlflow apps/gitea apps/code-server
|
|
||||||
|
|
||||||
all: $(FOLDERS)
|
|
||||||
|
|
||||||
$(FOLDERS):
|
|
||||||
@echo "Deploying $@..."
|
|
||||||
cd $(CURDIR)/$@ && kustomize build --enable-helm --enable-alpha-plugins --enable-exec . | kubectl apply -f -
|
|
||||||
|
|
||||||
.PHONY: deploy $(FOLDERS)
|
|
|
@ -8,5 +8,6 @@ metadata:
|
||||||
path: ksops
|
path: ksops
|
||||||
files:
|
files:
|
||||||
- ./gitea-admin-secret.enc.yaml
|
- ./gitea-admin-secret.enc.yaml
|
||||||
|
- ./renovate-bot-secret.enc.yaml
|
||||||
- ./runner-secret.enc.yaml
|
- ./runner-secret.enc.yaml
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ namespace: auth
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- basic-auth-middleware.yaml
|
||||||
- forward-auth-middleware.yaml
|
- forward-auth-middleware.yaml
|
||||||
|
|
||||||
generators:
|
generators:
|
||||||
|
|
Loading…
Reference in New Issue