1 2 3 4 5 6 7 8 9 10
apiVersion: v1 kind: Service metadata: name: public-stats namespace: web spec: ports: - port: 8000 selector: app: public-stats