mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:51:00 +00:00
13 lines
202 B
YAML
13 lines
202 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: linkwarden
|
|
namespace: linkwarden
|
|
spec:
|
|
selector:
|
|
app: linkwarden
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 3000
|
|
type: ClusterIP
|