12 lines
227 B
YAML
12 lines
227 B
YAML
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWX
|
|
metadata:
|
|
name: awx
|
|
namespace: awx
|
|
spec:
|
|
service_type: NodePort
|
|
ingress_type: none
|
|
hostname: awx.local
|
|
nodePort: 8081 # Change to an available port, like 8081 or 8082
|
|
|