0.1.1-0.1.0 • Published 6 years ago
@helm-charts/banzaicloud-stable-etcd-operator v0.1.1-0.1.0
@helm-charts/banzaicloud-stable-etcd-operator
CoreOS etcd-operator Helm chart for Kubernetes
Field | Value |
---|---|
Repository Name | banzaicloud-stable |
Chart Name | etcd-operator |
Chart Version | 0.1.1 |
NPM Package Version | 0.1.0 |
# Default values for etcd-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: quay.io/coreos/etcd-operator
tag: v0.6.1
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
## Node labels for etcd-operator pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## etcd-operator specific values
## additional command arguments go here; will be translated to `--key=value` form
## e.g.,
## analytics: true
commandArgs: {}
## Install Default RBAC roles and bindings
rbac:
install: true
apiVersion: v1beta1
0.1.1-0.1.0
6 years ago