Added authelia
This commit is contained in:
15
common/dragonflydb/database.yaml
Normal file
15
common/dragonflydb/database.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: dragonflydb.io/v1alpha1
|
||||
kind: Dragonfly
|
||||
metadata:
|
||||
labels:
|
||||
app: dragonflydb
|
||||
name: dragonflydb
|
||||
spec:
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
limits:
|
||||
cpu: 600m
|
||||
memory: 750Mi
|
||||
4
common/dragonflydb/kustomization.yaml
Normal file
4
common/dragonflydb/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
resources:
|
||||
- ./database.yaml
|
||||
Reference in New Issue
Block a user