Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudify-services/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: PersistentVolumeClaim
metadata:
name: fileserver-data
spec:
accessModes:
- ReadWriteOnce
accessModes: {{ .Values.pvc.accessModes }}
storageClassName: {{ .Values.pvc.storageClassName }}
resources:
requests:
storage: 100Mi
3 changes: 0 additions & 3 deletions cloudify-services/templates/rest-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
capabilities:
Expand All @@ -89,7 +88,6 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
capabilities:
Expand All @@ -114,7 +112,6 @@ spec:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
39 changes: 38 additions & 1 deletion cloudify-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ postgresql:
successThreshold: 1
failureThreshold: 3

pvc:
storageClassName: ""
accessModes:
- ReadWriteOnce


rabbitmq:
replicas: 1
image: 263721492972.dkr.ecr.eu-west-1.amazonaws.com/cloudify-manager-rabbitmq:latest-x86_64
Expand Down Expand Up @@ -244,6 +250,13 @@ seaweedfs:
data:
type: "persistentVolumeClaim"
size: "1Gi"
storageClass: ""
hostPathPrefix: ""
logs:
type: "hostPath"
size: ""
hostPathPrefix: /var/log
storageClass: ""
affinity: ""
nodeSelector: ""
filer:
Expand All @@ -257,6 +270,13 @@ seaweedfs:
data:
type: "persistentVolumeClaim"
size: "1Gi"
hostPathPrefix: /var/log
storageClass: ""
logs:
type: "hostPath"
size: ""
hostPathPrefix: /var/log
storageClass: ""
affinity: ""
nodeSelector: ""
s3:
Expand All @@ -271,6 +291,11 @@ seaweedfs:
limits:
memory: 512Mi
cpu: 0.5
logs:
type: "hostPath"
size: ""
storageClass: ""
hostPathPrefix: /var/log
affinity: ""
nodeSelector: ""
volume:
Expand All @@ -285,8 +310,20 @@ seaweedfs:
data:
type: "persistentVolumeClaim"
size: "10Gi"
hostPathPrefix: /var/log
storageClass: ""
logs:
type: "hostPath"
size: ""
hostPathPrefix: /var/log
storageClass: ""
idx:
type: "hostPath"
size: ""
hostPathPrefix: ""
storageClass: ""
affinity: ""
nodeSelector: ""
# -- Parameters group for awscli containers (using as init containers)
# @default -- object
clientImage: docker.io/amazon/aws-cli:2.13.9
clientImage: docker.io/amazon/aws-cli:2.13.9