siranga/manifests/kustomization.yaml
Dreaded_X 0c2b40b91c
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m5s
Added build action and kubernetes manifests
2025-04-14 18:40:59 +02:00

11 lines
238 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./service-user.yaml
- ./secret-tunnel-key.yaml
- ./deployment.yaml
- ./service.yaml
- ./certificate.yaml
- ./ingress-route.yaml