Skip to content

Commit

Permalink
update: apollo chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Jul 13, 2024
1 parent a448a49 commit cefc2dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/apollo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
name: apollo
type: application
kubeVersion: ">=1.18.0"
version: 0.8.5
version: 0.8.6
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kind: Service
metadata:
name: {{ include "apollo.adminService.serviceName" . }}
labels:
app.kubernetes.io/component: adminService
{{- include "apollo.service.labels" . | nindent 4 }}
spec:
{{- with .Values.adminService.service }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kind: Service
metadata:
name: {{ include "apollo.configService.serviceName" . }}
labels:
app.kubernetes.io/component: configService
{{- include "apollo.service.labels" . | nindent 4 }}
spec:
{{- with .Values.configService.service }}
Expand Down
1 change: 1 addition & 0 deletions charts/apollo/templates/portal/service-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ apiVersion: v1
metadata:
name: {{ include "apollo.portal.serviceName" . }}
labels:
app.kubernetes.io/component: apollo-portal
{{- include "apollo.portal.labels" . | nindent 4 }}
spec:
type: {{ .Values.portal.service.type }}
Expand Down

0 comments on commit cefc2dd

Please sign in to comment.