hz 59e33760ad
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 53s
k8s smoke test / test (push) Successful in 5s
Adding k8s configs to auth microservice
2025-11-23 08:31:12 -06:00

16 lines
330 B
YAML

apiVersion: v1
kind: Service
metadata:
name: promiscuity-auth
labels:
app: promiscuity-auth
spec:
selector:
app: promiscuity-auth
type: NodePort
ports:
- name: http
port: 80 # cluster port
targetPort: 5000 # container port
nodePort: 30080 # same external port you've been using