20 lines
No EOL
504 B
YAML
20 lines
No EOL
504 B
YAML
---
|
|
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWX
|
|
metadata:
|
|
name: awx-aaron
|
|
namespace: awx
|
|
spec:
|
|
postgres_data_volume_init: true
|
|
ingress_type: ingress
|
|
ingress_hosts:
|
|
- hostname: awx-aaron.apps.yolokube.de
|
|
tls_secret: awx-tls-key
|
|
ingress_annotations: |
|
|
kubernetes.io/tls-acme: "true"
|
|
extra_settings:
|
|
- setting: CSRF_TRUSTED_ORIGINS
|
|
value:
|
|
- https://awx-aaron.apps.yolokube.de
|
|
- setting: TOWER_URL_BASE
|
|
value: "\"https://awx-aaron.apps.yolokube.de\"" |