Refactor Argus

This commit is contained in:
2024-01-21 16:18:31 +11:00
parent 14c948cfa1
commit b7fb489900
6 changed files with 39 additions and 175 deletions

View File

@ -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