Some checks failed
Deploy Promiscuity Auth API / deploy (push) Successful in 1m59s
Deploy Promiscuity Character API / deploy (push) Successful in 1m16s
Deploy Promiscuity Inventory API / deploy (push) Has been cancelled
Deploy Promiscuity Locations API / deploy (push) Has been cancelled
Deploy Promiscuity Mail API / deploy (push) Has been cancelled
Deploy Promiscuity World API / deploy (push) Has been cancelled
Deploy Promiscuity Crafting API / deploy (push) Has been cancelled
k8s smoke test / test (push) Has been cancelled
16 lines
322 B
YAML
16 lines
322 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: promiscuity-character
|
|
labels:
|
|
app: promiscuity-character
|
|
spec:
|
|
selector:
|
|
app: promiscuity-character
|
|
type: NodePort
|
|
ports:
|
|
- name: http
|
|
port: 80 # cluster port
|
|
targetPort: 5001 # container port
|
|
nodePort: 30081 # external port
|