mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 22:51:01 +00:00
12 lines
188 B
YAML
12 lines
188 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: karakeep-web
|
|
spec:
|
|
selector:
|
|
app: karakeep-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 3000
|
|
type: LoadBalancer
|