mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
18 lines
335 B
YAML
18 lines
335 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: '{{ .Release.Name }}-addon'
|
|
labels:
|
|
component: addon
|
|
project: '{{ .Chart.Name }}'
|
|
release: '{{ .Release.Name }}'
|
|
spec:
|
|
selector:
|
|
component: addon
|
|
release: '{{ .Release.Name }}'
|
|
type: ClusterIP
|
|
ports:
|
|
- protocol: TCP
|
|
port: 7000
|
|
targetPort: 7000
|