2024-02-07 05:45:00 +01:00
|
|
|
---
|
|
|
|
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
|
2024-05-28 17:45:44 +02:00
|
|
|
tls_secret: awx-tls-key
|
|
|
|
ingress_annotations: |
|
|
|
|
kubernetes.io/tls-acme: "true"
|
2024-02-07 05:45:00 +01:00
|
|
|
extra_settings:
|
|
|
|
- setting: CSRF_TRUSTED_ORIGINS
|
|
|
|
value:
|
|
|
|
- https://awx-aaron.apps.yolokube.de
|