Skip to content

Commit

Permalink
fix umami service
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Oct 8, 2024
1 parent fa6be71 commit 9394510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.2.1
version: 0.2.2
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
3 changes: 2 additions & 1 deletion charts/umami/templates/umami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ metadata:
labels:
{{- include "umami.labels" . | nindent 4 }}
spec:
type: NodePort
type: ClusterIP
ports:
- protocol: TCP
name: http
port: 80
targetPort: 5000
selector:
app: {{ include "umami.fullname" . }}-web
---
# ---
# apiVersion: cert-manager.io/v1
# kind: Certificate
Expand Down

0 comments on commit 9394510

Please sign in to comment.