mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
13 lines
209 B
YAML
13 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: octopus-tentacle
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 10933
|
|
targetPort: 10933
|
|
protocol: TCP
|
|
type: LoadBalancer
|
|
selector:
|
|
app: octopus-tentacle
|