Skip to content
Open
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
13 changes: 13 additions & 0 deletions pkg/agenticrun/bindata/assets/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/cert
Expand All @@ -49,6 +50,12 @@ spec:
name: nginx-conf
readOnly: true
subPath: nginx.conf
- mountPath: /tmp
name: tmp
- mountPath: /var/cache/nginx
name: cache-nginx
- mountPath: /run
name: run
dnsPolicy: ClusterFirst
hostUsers: false
nodeSelector:
Expand All @@ -72,3 +79,9 @@ spec:
configMap:
name: cluster-update-console-plugin
defaultMode: 420
- name: tmp
emptyDir: {}
- name: cache-nginx
emptyDir: {}
- name: run
emptyDir: {}