Skip to content
Snippets Groups Projects
Commit 9ed3fcf3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Merge branch 'main' into tclabby-main-patch-29326

parents 0afe81c9 f41f064d
No related branches found
No related tags found
1 merge request!234Update cbass.md
Pipeline #152760 waiting for manual action with stages
in 1 minute and 20 seconds
...@@ -12,7 +12,13 @@ relevantAbstracts: ...@@ -12,7 +12,13 @@ relevantAbstracts:
# Butters_gp57r # Butters_gp57r
## To do ## Description
The Butters_gp57r system is encoded in the Butters mycobacterium prophage and has been shown to inhibit rival phage replication [YP_009304936.1](https://ncbi.nlm.nih.gov/protein/YP_009304936.1).
## Molecular Mechanism
Butters_gp57r is activated post-DNA injeciton and inhibits island3 and other phage DNA amplification. This system may inhibit heterotypic phage infeciton with the HEPN domain [YP_009304936.1](https://ncbi.nlm.nih.gov/protein/YP_009304936.1).
## Example of genomic structure ## Example of genomic structure
......
...@@ -29,6 +29,14 @@ spec: ...@@ -29,6 +29,14 @@ spec:
serviceAccountName: {{ include "df-wiki.serviceAccountName" . }} serviceAccountName: {{ include "df-wiki.serviceAccountName" . }}
securityContext: securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }} {{- toYaml .Values.podSecurityContext | nindent 8 }}
initContainers:
- name: init-directory
image: busybox
command: ["/bin/sh", "-c"]
args: ["mkdir -p /struct/wiki", chown -R 101:101 /struct/wiki"]
volumeMounts:
- name: structure-data-pvc
mountPath: /struct
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
securityContext: securityContext:
...@@ -39,23 +47,24 @@ spec: ...@@ -39,23 +47,24 @@ spec:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /wiki/ # path: /
port: http # port: http
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /wiki/ # path: /
port: http # port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: /tmp - mountPath: /tmp
name: tmp name: tmp
- name: nginx-config - name: nginx-config
mountPath: /etc/nginx/conf.d/ mountPath: /etc/nginx/conf.d
- name: structure-data-pvc - name: structure-data-pvc
mountPath: /usr/share/nginx/html mountPath: /usr/share/nginx/html
subPath: wiki
- name: website-pvc - name: website-pvc
mountPath: /website mountPath: /website
......
...@@ -10,5 +10,5 @@ spec: ...@@ -10,5 +10,5 @@ spec:
resources: resources:
requests: requests:
storage: 35Gi storage: 35Gi
storageClassName: isilon storageClassName: ceph-fs
volumeMode: Filesystem volumeMode: Filesystem
\ No newline at end of file
...@@ -10,6 +10,5 @@ spec: ...@@ -10,6 +10,5 @@ spec:
resources: resources:
requests: requests:
storage: 800Mi storage: 800Mi
# storageClassName: {{ .Values.storageClassName }} storageClassName: ceph-fs
storageClassName: isilon
volumeMode: Filesystem volumeMode: Filesystem
\ No newline at end of file
...@@ -23,6 +23,3 @@ resources: ...@@ -23,6 +23,3 @@ resources:
autoscaling: autoscaling:
enabled: false enabled: false
storageClassName: isilon
\ No newline at end of file
...@@ -28,8 +28,7 @@ serviceAccount: ...@@ -28,8 +28,7 @@ serviceAccount:
podAnnotations: {} podAnnotations: {}
podSecurityContext: podSecurityContext:
{} fsGroup: 101
# fsGroup: 2000
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
......
...@@ -8,7 +8,7 @@ meilisearch: ...@@ -8,7 +8,7 @@ meilisearch:
nginx.ingress.kubernetes.io/proxy-body-size: 100m nginx.ingress.kubernetes.io/proxy-body-size: 100m
persistence: persistence:
enabled: true enabled: true
storageClass: isilon storageClass: ceph-block
size: "4Gi" size: "4Gi"
resources: resources:
limits: limits:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment