Refactor Argus
This commit is contained in:
@ -19,19 +19,20 @@ spec:
|
||||
containers:
|
||||
- name: argus
|
||||
image: releaseargus/argus:0.13.3
|
||||
args:
|
||||
- -config.file=/app/config/config.yml
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 8080
|
||||
volumeMounts:
|
||||
- name: configmap-argus-conf
|
||||
mountPath: /app/config.yml
|
||||
subPath: config.yml
|
||||
- name: flexvolsmb-argus-config
|
||||
mountPath: /app/config
|
||||
- name: flexvolsmb-argus-data
|
||||
mountPath: /app/data
|
||||
volumes:
|
||||
- name: configmap-argus-conf
|
||||
configMap:
|
||||
name: configmap-argus-conf
|
||||
- name: flexvolsmb-argus-config
|
||||
persistentVolumeClaim:
|
||||
claimName: flexvolsmb-argus-config
|
||||
- name: flexvolsmb-argus-data
|
||||
persistentVolumeClaim:
|
||||
claimName: flexvolsmb-argus-data
|
||||
|
Reference in New Issue
Block a user