Files
local-k8s/k8s/app/kustomization.yaml
T
argoyle 58b04fe47e feat(ingress): add TLS configuration for staging hosts
Add TLS configuration for staging-shiny and staging-shiny-api 
hosts in the ingress resources. Create a new namespace for 
ingress-nginx to better organize resources. Update kustomization 
files to include new certificates and secrets. Streamline setup 
process with improved wait commands for pod readiness.
2025-12-10 08:16:27 +01:00

7 lines
135 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- certificates.yaml
- secrets-store.yaml
- local-proxy.yaml