diff --git a/charts/kad/Chart.yaml b/charts/kad/Chart.yaml index 5fb419b4..19f80d99 100644 --- a/charts/kad/Chart.yaml +++ b/charts/kad/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.15 +version: 0.1.16 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/kad/templates/config-worker-service.yaml b/charts/kad/templates/config-worker-service.yaml deleted file mode 100644 index d5f4bf12..00000000 --- a/charts/kad/templates/config-worker-service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "kad.fullname" . }}-config-worker - labels: - {{- include "kad.labels" . | nindent 4 }} - app.kubernetes.io/component: config-worker -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "kad.selectorLabels" . | nindent 4 }} - app.kubernetes.io/component: config-worker diff --git a/charts/kad/templates/deployment-worker-service.yaml b/charts/kad/templates/deployment-worker-service.yaml deleted file mode 100644 index 4009251e..00000000 --- a/charts/kad/templates/deployment-worker-service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: {{ include "kad.fullname" . }}-deployment-worker - labels: - {{- include "kad.labels" . | nindent 4 }} - app.kubernetes.io/component: deployment-worker -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.port }} - targetPort: http - protocol: TCP - name: http - selector: - {{- include "kad.selectorLabels" . | nindent 4 }} - app.kubernetes.io/component: deployment-worker