mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
21 lines
418 B
YAML
21 lines
418 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: gitea
|
|
# secretGenerator:
|
|
# - literals:
|
|
# - pg_password=some1pass5here9
|
|
# name: gitea-secrets
|
|
# generatorOptions:
|
|
# disableNameSuffixHash: true
|
|
# labels:
|
|
# type: generated
|
|
resources:
|
|
- namespace.yaml
|
|
- secrets.yaml
|
|
- storage.yaml
|
|
- configuration.yaml
|
|
- postgres-deployment.yaml
|
|
# - deployment.yaml
|
|
# - service.yaml
|
|
# - ingress.yaml
|