add znc-push to znc init container
This commit is contained in:
parent
6ef32b14a3
commit
0694600119
|
@ -25,7 +25,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
- "rm -f /znc-data/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /znc-data/modules"
|
- "rm -f /znc-data/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /znc-data/modules; rm -f /znc-data/modules/push.*; wget https://raw.githubusercontent.com/SeanOMik/znc-push/master/push.cpp -P /znc-data/modules"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /znc-data
|
- mountPath: /znc-data
|
||||||
name: config
|
name: config
|
||||||
|
|
|
@ -11,5 +11,5 @@ resources:
|
||||||
- ./monitoring
|
- ./monitoring
|
||||||
- ./default
|
- ./default
|
||||||
#- ./game-servers
|
#- ./game-servers
|
||||||
#- ./code
|
#- ./dev
|
||||||
#- ./harbor
|
#- ./harbor
|
||||||
|
|
Loading…
Reference in New Issue