14 lines
296 B
YAML
14 lines
296 B
YAML
|
---
|
||
|
apiVersion: awx.ansible.com/v1beta1
|
||
|
kind: AWX
|
||
|
metadata:
|
||
|
name: awx-aaron
|
||
|
namespace: awx
|
||
|
spec:
|
||
|
ingress_type: ingress
|
||
|
ingress_hosts:
|
||
|
- hostname: awx-aaron.apps.yolokube.de
|
||
|
extra_settings:
|
||
|
- setting: CSRF_TRUSTED_ORIGINS
|
||
|
value:
|
||
|
- https://awx-aaron.apps.yolokube.de
|