mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
14 lines
315 B
YAML
14 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
|