mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 19:51:01 +00:00
11 lines
168 B
YAML
11 lines
168 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: yopass
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: yopass
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 1337
|