apiVersion: v1 kind: Service metadata: name: usma-api labels: {{ include "usma-api.labels" . | indent 4 }} app: usma-api spec: selector: app: usma-api ports: - name: http port: 80 targetPort: 80 protocol: TCP