-
Notifications
You must be signed in to change notification settings - Fork 15
Readme
choisungwook edited this page Sep 15, 2022
·
1 revision
컨테이너가 실행되면 파일시스템 쓰기설정을 막는 옵션입니다. 단, 마운트한 불륨은 쓰기 가능합니다.
apiVersion: v1
kind: Pod
metadata:
name: security-readonlyrootfilesystem
namespace: default
labels:
name: security-readonlyrootfilesystem
spec:
containers:
- name: security-readonlyrootfilesystem
image: nginx
securityContext:
readOnlyRootFilesystem: true
resources:
limits:
memory: "64Mi"
cpu: "100m"
ports:
- containerPort: 80
쿠버네티스
- helm차트
- 템플릿
- argocd
- cert-manager
- nexus
- 기타
리눅스
개발
기타
-
vagrant
-
jenkins
-
ansible
-
gitlab
-
redis
-
기타