aa91c5dbae
* Run Habitica in Kubernetes * fix(docs): Address PR comments
15 lines
315 B
YAML
15 lines
315 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
name: habiticaweb
|
|
name: habiticaweb
|
|
spec:
|
|
ports:
|
|
# the port that this service should serve on
|
|
- port: 3000
|
|
# label keys and values that must match in order to receive traffic for this service
|
|
selector:
|
|
name: habitica
|
|
type: LoadBalancer
|