mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
13 lines
322 B
YAML
13 lines
322 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: galaxy-configmap
|
|
labels:
|
|
app: galaxy
|
|
data:
|
|
settings.py: |-
|
|
CONTENT_ORIGIN='https://galaxy.example.com'
|
|
ANSIBLE_API_HOSTNAME='https://galaxy.example.com'
|
|
ANSIBLE_CONTENT_HOSTNAME='https://galaxy.example.com/pulp/content'
|
|
TOKEN_AUTH_DISABLED=True
|