deploy uptrace
This commit is contained in:
parent
b83d34cfd7
commit
58afac8a88
14 changed files with 741 additions and 0 deletions
21
uptrace/chart/templates/clickhouse-service.yaml
Normal file
21
uptrace/chart/templates/clickhouse-service.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: clickhouse-{{ include "uptrace.fullname" . }}
|
||||
labels:
|
||||
app: clickhouse
|
||||
{{- include "uptrace.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: 8123
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
- port: 9000
|
||||
targetPort: tcp
|
||||
protocol: TCP
|
||||
name: tcp
|
||||
selector:
|
||||
app: clickhouse
|
||||
{{- include "uptrace.selectorLabels" . | nindent 4 }}
|
Loading…
Add table
Add a link
Reference in a new issue