Skip to content

Commit

Permalink
add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInWeb3 committed Jul 13, 2023
1 parent c9e0916 commit 31a6e4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
22 changes: 11 additions & 11 deletions charts/altruists-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ 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.0
version: 0.1.1

# 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.
# It is recommended to use it with quotes.
appVersion: "1.16.0"

dependencies:
# dependencies:
# - name: blackbox-blockchain-exporter
# version: 0.0.1
# repository: https://pokt-foundation.github.io/charts
- name: postgresql
version: 12.2.0
repository: https://charts.bitnami.com/bitnami
- name: victoria-metrics-single
version: 0.8.*
repository: https://victoriametrics.github.io/helm-charts/
- name: gcp-iam-externalsecrets
version: 0.2.19
repository: https://pokt-foundation.github.io/charts
# - name: postgresql
# version: 12.2.0
# repository: https://charts.bitnami.com/bitnami
# - name: victoria-metrics-single
# version: 0.8.*
# repository: https://victoriametrics.github.io/helm-charts/
# - name: gcp-iam-externalsecrets
# version: 0.2.19
# repository: https://pokt-foundation.github.io/charts
4 changes: 4 additions & 0 deletions charts/altruists-manager/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "altruists-manager.fullname" . }}
labels:
{{- include "altruists-manager.labels" . | nindent 4 }}
{{ with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{ end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
2 changes: 2 additions & 0 deletions charts/altruists-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ securityContext:
runAsUser: 1000

service:
# annotations:
# test.annot: tttttttt
type: ClusterIP
port: 80

Expand Down

0 comments on commit 31a6e4f

Please sign in to comment.