Zeeshaun d4b780229d
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 48s
Deploy Promiscuity Character API / deploy (push) Successful in 48s
Deploy Promiscuity Crafting API / deploy (push) Successful in 47s
Deploy Promiscuity Inventory API / deploy (push) Successful in 1m2s
Deploy Promiscuity Locations API / deploy (push) Successful in 1m4s
Deploy Promiscuity Mail API / deploy (push) Successful in 48s
Deploy Promiscuity World API / deploy (push) Successful in 57s
k8s smoke test / test (push) Successful in 9s
Updating world api nodeport
2026-04-01 20:23:48 +00:00

16 lines
250 B
YAML

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