Update AWX service configurations for NodePort to LoadBalancer and adjust selectors

This commit is contained in:
2025-09-12 09:50:28 +02:00
parent 4029bde2cd
commit 7c609948ec
5 changed files with 22 additions and 6 deletions

View File

@@ -5,12 +5,11 @@ metadata:
namespace: awx
spec:
selector:
app.kubernetes.io/component: web
app.kubernetes.io/name: awx
app.kubernetes.io/component: awx
app.kubernetes.io/name: awx-web
ports:
- protocol: TCP
port: 80
port: 8082
targetPort: 8052
nodePort: 30080 # You can change this to any valid NodePort (between 30000-32767)
type: NodePort
type: LoadBalancer