Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joswayski committed Jul 6, 2024
1 parent 6adc047 commit 86891a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion k8s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: plutomi
name: averagedatabase
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
Expand Down
3 changes: 0 additions & 3 deletions k8s/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ spec:
maxSurge: {{ .spec.strategy.rollingUpdate.maxSurge }}
template:
metadata:
# # Disabled for now. Was using too many resources for my little cluster :3
# annotations:
# prometheus.io/scrape: "true"
# prometheus.io/port: "9100"
labels:
app: {{ .metadata.name }}
spec:
Expand Down

0 comments on commit 86891a2

Please sign in to comment.