Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

delete selector in config svc #619

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.33.2
version: 0.33.3
icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png

# appVersion specifies the version of the software, which can vary wildly,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ metadata:
{{ include "timescaledb-helm.labels" . | nindent 4 }}
app.kubernetes.io/component: patroni
spec:
selector:
app: {{ template "timescaledb.fullname" . }}
cluster-name: {{ template "clusterName" . }}
type: ClusterIP
clusterIP: None
ports:
Expand Down