service.yaml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12
apiVersion: v1 kind: Service metadata: name: argus-core-service spec: selector: app: argus-core ports: - protocol: TCP port: 80 targetPort: 8080 type: LoadBalancer