Add k8s configs and update documentation with AWX setup

This commit is contained in:
darnodo
2025-08-29 15:05:17 +02:00
parent 97b88a7b94
commit bc0c9dd450
5 changed files with 325 additions and 105 deletions

View 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