chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 12s

This commit is contained in:
Daniël Groothuis
2025-10-23 15:28:54 +02:00
parent 894945e06b
commit 3ef6a0ed6b
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: pocket-id
resources: resources:
- vault-secrets.yaml - vault-secrets.yaml
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- ingress.yaml - ingress.yaml
- pvc.yaml - pvc.yaml

View File

@@ -1,10 +1,12 @@
--- ---
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
metadata:
name: uptime-kuma
resources: resources:
- pvc.yaml - pvc.yaml
- service.yaml - service.yaml
- deployment.yaml - deployment.yaml
- ingressRoute.yaml - ingressRoute.yaml
- cert.yaml - cert.yaml