Skip to content

Commit

Permalink
Add logwatch entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
akiselev1 committed Nov 13, 2020
1 parent 87733a4 commit b5597ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ironic-deployment/ironic/ironic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,34 @@ spec:
secretKeyRef:
name: mariadb-password
key: password
- name: ironic-log-watch
image: quay.io/metal3-io/ironic
imagePullPolicy: Always
command:
- /bin/runlogwatch.sh
volumeMounts:
- mountPath: /shared
name: ironic-data-volume
envFrom:
- configMapRef:
name: ironic-bmo-configmap
- name: ironic-inspector
image: quay.io/metal3-io/ironic-inspector
imagePullPolicy: Always
envFrom:
- configMapRef:
name: ironic-bmo-configmap
- name: ironic-inspector-log-watch
image: quay.io/metal3-io/ironic-inspector
imagePullPolicy: Always
command:
- /bin/runlogwatch.sh
volumeMounts:
- mountPath: /shared
name: ironic-data-volume
envFrom:
- configMapRef:
name: ironic-bmo-configmap
initContainers:
- name: ironic-ipa-downloader
image: quay.io/metal3-io/ironic-ipa-downloader
Expand Down

0 comments on commit b5597ad

Please sign in to comment.