1apiVersion: v1 2kind: Service 3metadata: 4 name: policy-bot 5spec: 6 type: NodePort 7 selector: 8 app.kubernetes.io/name: policy-bot 9 ports: 10 - name: http 11 protocol: TCP 12 port: 8080
View as plain text