mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
34 lines
623 B
YAML
34 lines
623 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: galaxy
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
secretGenerator:
|
|
- name: galaxy-secret-tls
|
|
type: kubernetes.io/tls
|
|
files:
|
|
- tls.crt
|
|
- tls.key
|
|
|
|
- name: galaxy-postgres-configuration
|
|
type: Opaque
|
|
literals:
|
|
- host=galaxy-postgres-svc
|
|
- port=5432
|
|
- database=galaxy
|
|
- username=galaxy
|
|
- password=Galaxy123!
|
|
- type=managed
|
|
|
|
- name: galaxy-admin-password
|
|
type: Opaque
|
|
literals:
|
|
- password=Galaxy123!
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pv.yaml
|
|
- galaxy.yaml
|