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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: openbao-alloy-configmap
|
name: openbao-logging-setup
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
env: dev
|
env: dev
|
||||||
|
|
|
@ -7,34 +7,27 @@ server:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 100
|
runAsUser: 100
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log-storage
|
|
||||||
mountPath: /openbao/logs
|
|
||||||
- name: alloy-data
|
- name: alloy-data
|
||||||
mountPath: /var/lib/alloy
|
mountPath: /var/lib/alloy
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/alloy
|
mountPath: /etc/alloy
|
||||||
- name: host-log
|
- name: host-log-storage
|
||||||
mountPath: /tmp/host
|
mountPath: /openbao/logs
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
|
||||||
emptyDir: {}
|
|
||||||
- name: alloy-data
|
- name: alloy-data
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: sidecar-container-alloy-config
|
name: sidecar-container-alloy-config
|
||||||
- name: host-log
|
- name: host-log-storage
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/log
|
path: /var/log
|
||||||
type: Directory
|
type: Directory
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /openbao/logs
|
- mountPath: /openbao/logs
|
||||||
name: log-storage
|
name: host-log-storage
|
||||||
readOnly: false
|
|
||||||
- mountPath: /var/log
|
|
||||||
name: host-log
|
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
|
|
Loading…
Reference in a new issue