clayrisser / charts

rock8s community helm charts

Home Page:https://codejam.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charts

Artifact Hub

rock8s community helm charts

Please ★ this repo if you found it useful ★ ★ ★

Guide

Values Schema

images:
  [name]:
    repository: some-repo
    tag: some-version

config:
  imagePullPolicy: IfNotPresent|Always
  updateStrategy: RollingUpdate|Recreate
  debug: false
  istio: false
  [name]:
    hostname: ''
    baseUrl: ''
    replicas: 1
    [...additionalConfig]
    resources:
      enabled: defaults
      requests:
        cpu: 100m
        memory: 128Mi
      limits:
        cpu: 500m
        memory: 256Mi

services:
  [name]:
    type: ClusterIP|NodePort|LoadBalancer
    nodePorts:
      [protocolName]:
    lbPorts:
      [protocolName]: 80

ingresses:
  [name]:
    enabled: false
    hostname: ''
    tls:
      enabled: true
      certificate: ''
      issuer: ''

persistance:
  enabled: true
  accessMode: ReadWriteOnce
  size:
    [name]: 1Gi
  storageClass: ''
  velero:
    enabled: false
    restic: true
    schedule: '@midnight'
    ttl: 2160h0m00s
  kanister:
    enabled: false
    schedule: '0 0 * * *'

License

MIT License

BitSpur © 2018-2023

About

rock8s community helm charts

https://codejam.ninja

License:MIT License


Languages

Language:Go 54.3%Language:Mustache 39.1%Language:Makefile 2.9%Language:Smarty 2.8%Language:Shell 0.9%Language:Dockerfile 0.0%