Update argocd/metrics-server/Chart.yaml, argocd/metrics-server/values.yaml, argocd/argocd/apps/metrics-server.yaml

This commit is contained in:
2022-09-27 14:34:44 +00:00
parent 0a1770a1fd
commit 8c443b5b3a
3 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metrics-server
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/linode.git
targetRevision: main
path: argocd/metrics-server
destination:
namespace: metrics-server
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@@ -0,0 +1,11 @@
apiVersion: v2
name: metrics-server
description: A Helm chart for Kubernetes
type: application
version: 0.0.1
appVersion: 0.0.1
dependencies:
- name: metrics-server
repository: https://charts.bitnami.com/bitnami
version: 6.2.0

View File

@@ -0,0 +1,156 @@
metrics-server:
global:
imageRegistry: ""
imagePullSecrets: []
kubeVersion: ""
nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
commonLabels: {}
commonAnnotations: {}
extraDeploy: []
diagnosticMode:
enabled: false
command:
- sleep
args:
- infinity
image:
registry: docker.io
repository: bitnami/metrics-server
#tag: 0.6.1-debian-11-r34
digest: ""
pullPolicy: Always
pullSecrets: []
hostAliases: []
replicas: 1
updateStrategy:
type: RollingUpdate
rbac:
create: true
serviceAccount:
create: true
name: ""
automountServiceAccountToken: true
annotations: {}
apiService:
create: true
insecureSkipTLSVerify: true
caBundle: ""
containerPorts:
https: 8443
hostNetwork: false
dnsPolicy: "ClusterFirst"
command: []
args: []
lifecycleHooks: {}
extraEnvVars: []
extraEnvVarsCM: ""
extraEnvVarsSecret: ""
extraArgs:
- name: kubelet-insecure-tls
value: true
- name: kubelet-preferred-address-types
value: InternalIP
sidecars: []
initContainers: []
podLabels: {}
podAnnotations: {}
priorityClassName: ""
schedulerName: ""
terminationGracePeriodSeconds: ""
podAffinityPreset: ""
podAntiAffinityPreset: soft
pdb:
create: false
minAvailable: ""
maxUnavailable: ""
nodeAffinityPreset:
type: ""
key: ""
values: []
affinity: {}
topologySpreadConstraints: []
nodeSelector: {}
tolerations: []
service:
type: ClusterIP
ports:
https: 443
nodePorts:
https: ""
clusterIP: ""
loadBalancerIP: ""
loadBalancerSourceRanges: []
externalTrafficPolicy: Cluster
extraPorts: []
annotations: {}
labels: {}
sessionAffinity: None
sessionAffinityConfig: {}
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 250m
memory: 256Mi
startupProbe:
enabled: false
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
livenessProbe:
enabled: true
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
customStartupProbe: {}
customLivenessProbe: {}
customReadinessProbe: {}
containerSecurityContext:
enabled: true
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 1001
podSecurityContext:
enabled: false
fsGroup: 1001
extraVolumes: []
extraVolumeMounts: []