Update AWX service configurations for NodePort to LoadBalancer and adjust selectors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user