Skip to content

Commit

Permalink
Rename re-label chart to label-node
Browse files Browse the repository at this point in the history
  • Loading branch information
enver committed Apr 3, 2023
1 parent 4d8de3d commit 0f6adc5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
7 changes: 7 additions & 0 deletions charts/label-nodes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v2
appVersion: "1.0"
description: A Helm chart for label-nodes
name: label-nodes
version: 0.0.1
maintainers:
- name: Enver Cicak
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions charts/label-nodes/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
image:
repository: enver/label-nodes
tag: latest
pullPolicy: IfNotPresent

replicas: 1
resources:
requests:
cpu: 2m
memory: 64M
limit:
cpu: 100m
memory: 128M
7 changes: 0 additions & 7 deletions charts/re-label/Chart.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions charts/re-label/values.yaml

This file was deleted.

0 comments on commit 0f6adc5

Please sign in to comment.