mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 14:29:05 +02:00
11 lines
231 B
YAML
11 lines
231 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: generations-heritage
|
|
|
|
resources:
|
|
- ./certificate.yaml
|
|
- ./deployment.yaml
|
|
- ./service.yaml
|
|
- ./ingressRoute.yaml
|
|
- ./horizontalPodAutoScaler.yaml
|