chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 12s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 12s
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: pocket-id
|
||||
|
||||
resources:
|
||||
- vault-secrets.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
- pvc.yaml
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: uptime-kuma
|
||||
|
||||
resources:
|
||||
- pvc.yaml
|
||||
- service.yaml
|
||||
- deployment.yaml
|
||||
- ingressRoute.yaml
|
||||
- cert.yaml
|
||||
- cert.yaml
|
||||
|
||||
Reference in New Issue
Block a user