mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:01:00 +00:00
12 lines
175 B
YAML
12 lines
175 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: chrome
|
|
spec:
|
|
selector:
|
|
app: chrome
|
|
ports:
|
|
- protocol: TCP
|
|
port: 9222
|
|
targetPort: 9222
|
|
type: ClusterIP
|