Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md

This commit is contained in:
Nicole Rappe
2024-01-19 23:33:43 -07:00
parent 8e45e40ceb
commit f76a014de2

View File

@ -26,7 +26,7 @@ ulimit -n 4096
### Create the AWX deployment configuration files
You will need to create these files all in the same directory using the content of the examples below. Be sure to replace values such as the `spec.host=awx.bunny-lab.io` in the `awx-ingress.yml` file to a hostname you can point a DNS server / record to.
``` yaml jsx title="/awx/kustomization.yml"
```jsx title="/awx/kustomization.yml"
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
@ -38,7 +38,7 @@ images:
newTag: 2.4.0
namespace: awx
```
```yaml jsx title="/awx/awx.yml"
```jsx title="/awx/awx.yml"
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
@ -46,7 +46,7 @@ metadata:
spec:
service_type: ClusterIP
```
``` yaml jsx title="/awx/awx-ingress.yml"
```jsx title="/awx/awx-ingress.yml"
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: