siranga/manifests/kustomization.yaml
Dreaded_X ebb689de22
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m49s
Added build action and kubernetes manifests
2025-04-15 00:02:20 +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