All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 48s
Deploy Promiscuity Character API / deploy (push) Successful in 46s
Deploy Promiscuity Crafting API / deploy (push) Successful in 1m9s
Deploy Promiscuity Inventory API / deploy (push) Successful in 46s
Deploy Promiscuity Locations API / deploy (push) Successful in 48s
Deploy Promiscuity Mail API / deploy (push) Successful in 46s
k8s smoke test / test (push) Successful in 8s
16 lines
259 B
YAML
16 lines
259 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: promiscuity-crafting
|
|
labels:
|
|
app: promiscuity-crafting
|
|
spec:
|
|
selector:
|
|
app: promiscuity-crafting
|
|
type: NodePort
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 5005
|
|
nodePort: 30085
|