Add AWX service and configuration files for NodePort setup
This commit is contained in:
1
awx-local-setup
Submodule
1
awx-local-setup
Submodule
Submodule awx-local-setup added at cd18c6e75b
16
awx-web-nodeport.yaml
Normal file
16
awx-web-nodeport.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: awx-web-nodeport
|
||||||
|
namespace: awx
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app.kubernetes.io/component: web
|
||||||
|
app.kubernetes.io/name: awx
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 80
|
||||||
|
targetPort: 8052
|
||||||
|
nodePort: 30080 # You can change this to any valid NodePort (between 30000-32767)
|
||||||
|
type: NodePort
|
||||||
|
|
||||||
Reference in New Issue
Block a user