Depends on https://github.com/grafana/oncall/pull/3203 Related to https://github.com/grafana/oncall/issues/3162
15 lines
385 B
YAML
15 lines
385 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "oncall.detached_integrations.fullname" . }}
|
|
labels:
|
|
{{- include "oncall.detached_integrations.labels" . | nindent 4 }}
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8080
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
{{- include "oncall.detached_integrations.selectorLabels" . | nindent 4 }}
|