test
This commit is contained in:
parent
c6e71f8aeb
commit
be7881e2ec
2 changed files with 5 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: openbao-alloy-configmap
|
||||
name: openbao-logging-setup
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
|
|
|
@ -7,34 +7,27 @@ server:
|
|||
securityContext:
|
||||
runAsUser: 100
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /openbao/logs
|
||||
- name: alloy-data
|
||||
mountPath: /var/lib/alloy
|
||||
- name: config-volume
|
||||
mountPath: /etc/alloy
|
||||
- name: host-log
|
||||
mountPath: /tmp/host
|
||||
- name: host-log-storage
|
||||
mountPath: /openbao/logs
|
||||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
emptyDir: {}
|
||||
- name: alloy-data
|
||||
emptyDir: {}
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: sidecar-container-alloy-config
|
||||
- name: host-log
|
||||
- name: host-log-storage
|
||||
hostPath:
|
||||
path: /var/log
|
||||
type: Directory
|
||||
|
||||
volumeMounts:
|
||||
- mountPath: /openbao/logs
|
||||
name: log-storage
|
||||
readOnly: false
|
||||
- mountPath: /var/log
|
||||
name: host-log
|
||||
name: host-log-storage
|
||||
readOnly: false
|
||||
|
||||
postStart:
|
||||
|
|
Loading…
Reference in a new issue