Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 3, 2024
2 parents f612eee + 8646f9e commit 441e9d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ds-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: ds-server
version: 1.0.7
version: 1.0.8
15 changes: 15 additions & 0 deletions charts/ds-server/templates/ds-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Service
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
labels:
app: {{ .Release.Name }}
spec:
selector:
app: {{ .Release.Name }}
Expand All @@ -12,6 +14,19 @@ spec:
name: nodejs
---

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: ds-server
namespace: ds-app
spec:
selector:
matchLabels:
app: ds-server
endpoints:
- port: nodejs
---

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 441e9d2

Please sign in to comment.