apiVersion: v1 | |
kind: Service | |
metadata: | |
namespace: voter-api | |
labels: | |
app: candidate | |
name: candidate | |
spec: | |
ports: | |
- name: http | |
port: 8080 | |
selector: | |
app: candidate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment