1
0
Fork 0
home-stack-kustomize/kustomize/bases/sillytavern/kustomization.yaml

30 lines
672 B
YAML
Raw Permalink Normal View History

2024-07-06 16:37:26 +00:00
resources:
- sillytavern-deployment.yaml
- sillytavern-ingress.yaml
namePrefix: sillytavern-
commonLabels:
app.kubernetes.io/name: sillytavern
configMapGenerator:
- name: kustomize-generated-config
literals:
- SILLYTAVERN_EXTERNAL_HOST=tavern.badjware.dev
- SILLYTAVERN_EXTERNAL_URL=https://tavern.badjware.dev
- name: server-config
files:
- ./configurations/config.yaml
2024-07-06 16:37:26 +00:00
replacements:
- source:
kind: ConfigMap
name: kustomize-generated-config
fieldPath: data.SILLYTAVERN_EXTERNAL_HOST
targets:
- select:
kind: Ingress
name: server
fieldPaths:
- spec.rules.0.host