version 1 release

This commit is contained in:
ducoterra
2021-12-24 15:42:07 -04:00
parent 9d7f8ad326
commit 18f62b5fb0
31 changed files with 104 additions and 382 deletions

View File

@@ -0,0 +1,14 @@
# apiVersion: v1
# kind: LimitRange
# metadata:
# name: default
# namespace: {{ .Release.Name }}
# spec:
# limits:
# - default:
# memory: 128Mi
# cpu: 100m
# defaultRequest:
# memory: 1Mi
# cpu: 1m
# type: Container