mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
14 lines
197 B
YAML
14 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: chrome
|
|
namespace: karakeep
|
|
spec:
|
|
selector:
|
|
app: chrome
|
|
ports:
|
|
- protocol: TCP
|
|
port: 9222
|
|
targetPort: 9222
|
|
type: ClusterIP
|