Add k8s configs and update documentation with AWX setup
This commit is contained in:
18
k8s/awx/tailscale-ingress.yml
Normal file
18
k8s/awx/tailscale-ingress.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: awx-tailscale-ingress
|
||||
namespace: awx
|
||||
annotations:
|
||||
tailscale.com/expose: "true"
|
||||
tailscale.com/hostname: "awx"
|
||||
spec:
|
||||
ingressClassName: tailscale
|
||||
defaultBackend:
|
||||
service:
|
||||
name: awx-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- awx.taila5ad8.ts.net
|
||||
Reference in New Issue
Block a user