Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible Operator.md
This commit is contained in:
@ -26,7 +26,7 @@ ulimit -n 4096
|
|||||||
|
|
||||||
### Create the AWX deployment configuration files
|
### 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.
|
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
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
@ -38,7 +38,7 @@ images:
|
|||||||
newTag: 2.4.0
|
newTag: 2.4.0
|
||||||
namespace: awx
|
namespace: awx
|
||||||
```
|
```
|
||||||
```yaml jsx title="/awx/awx.yml"
|
```jsx title="/awx/awx.yml"
|
||||||
apiVersion: awx.ansible.com/v1beta1
|
apiVersion: awx.ansible.com/v1beta1
|
||||||
kind: AWX
|
kind: AWX
|
||||||
metadata:
|
metadata:
|
||||||
@ -46,7 +46,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
service_type: ClusterIP
|
service_type: ClusterIP
|
||||||
```
|
```
|
||||||
``` yaml jsx title="/awx/awx-ingress.yml"
|
```jsx title="/awx/awx-ingress.yml"
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
Reference in New Issue
Block a user