gitea/kustomization.yaml

26 lines
516 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitea
secretGenerator:
- literals:
- pg_username=postgres
- pg_password=some1pass5here9
name: gitea-secrets
generatorOptions:
disableNameSuffixHash: true
labels:
type: generated
resources:
- namespace.yaml
# - secrets.yaml
- postgres-pv.yaml
- postgres-pvc.yaml
- gitea-pv.yaml
- gitea-pvc.yaml
- configuration.yaml
- postgres-deployment.yaml
- postgres-service.yaml
- gitea-deployment.yaml
- gitea-service.yaml
- ingress.yaml