apiVersion: v1
kind: Service
metadata:
labels:
k8s-app: pumpkin-auth
name: pumpkin-auth
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8101
selector:
type: ClusterIP