Compare commits
2 Commits
4cd13b7acf
...
429f870029
Author | SHA1 | Date |
---|---|---|
|
429f870029 | |
|
c1ccd73764 |
|
@ -0,0 +1,9 @@
|
|||
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,6 +8,5 @@ metadata:
|
|||
path: ksops
|
||||
files:
|
||||
- ./gitea-admin-secret.enc.yaml
|
||||
- ./renovate-bot-secret.enc.yaml
|
||||
- ./runner-secret.enc.yaml
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace: auth
|
|||
resources:
|
||||
- namespace.yaml
|
||||
- ingress.yaml
|
||||
- basic-auth-middleware.yaml
|
||||
- forward-auth-middleware.yaml
|
||||
|
||||
generators:
|
||||
|
|
Loading…
Reference in New Issue