16 lines
263 B
YAML
16 lines
263 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: awx-web-nodeport
|
|
namespace: awx
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/component: awx
|
|
app.kubernetes.io/name: awx-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8082
|
|
targetPort: 8052
|
|
type: LoadBalancer
|
|
|