Zeeshaun a8db66b93e
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 48s
Deploy Promiscuity Character API / deploy (push) Successful in 59s
Deploy Promiscuity Inventory API / deploy (push) Successful in 46s
Deploy Promiscuity Locations API / deploy (push) Successful in 1m0s
Deploy Promiscuity Mail API / deploy (push) Successful in 1m9s
k8s smoke test / test (push) Successful in 9s
Mail support
2026-03-23 20:18:23 -05:00

16 lines
247 B
YAML

apiVersion: v1
kind: Service
metadata:
name: promiscuity-mail
labels:
app: promiscuity-mail
spec:
selector:
app: promiscuity-mail
type: NodePort
ports:
- name: http
port: 80
targetPort: 5004
nodePort: 30084