siranga/manifests/kustomization.yaml
Dreaded_X 003a7c3af8
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m42s
Added build action and kubernetes manifests
2025-04-15 01:23:29 +02:00

12 lines
256 B
YAML

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