mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-15 04:21:52 +08:00
12 lines
235 B
YAML
12 lines
235 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: service-origin
|
|
namespace: {{ $.Release.Namespace }}
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/name: adguardhome-origin
|
|
ports:
|
|
- protocol: TCP
|
|
port: 3000
|
|
targetPort: 3000
|