Files
mal/deploy/base/kustomization.yaml
Milas Holsting 43afad7dba
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 8m29s
deploy
2026-05-23 03:05:16 +02:00

12 lines
204 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: mal
resources:
- ./deployment.yaml
- ./ingress.yaml
- ./cert.yaml
- ./service.yaml
- ./pvc.yaml
- ./app-secret.yaml