Add sample files.
This commit is contained in:
parent
5d5b0c07c5
commit
3b72cb7969
7 changed files with 150 additions and 0 deletions
22
deploy/vmop-config-map.yaml
Normal file
22
deploy/vmop-config-map.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: vm-operator
|
||||
labels:
|
||||
app.kubernetes.io/name: vm-operator
|
||||
|
||||
data:
|
||||
config.yaml: |
|
||||
"/Manager": {}
|
||||
|
||||
logging.properties: |
|
||||
handlers=java.util.logging.ConsoleHandler
|
||||
|
||||
org.jgrapes.level=FINE
|
||||
org.jgrapes.core.handlerTracking.level=FINER
|
||||
|
||||
org.jdrupes.vmoperator.manager.level=FINE
|
||||
|
||||
java.util.logging.ConsoleHandler.level=ALL
|
||||
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
|
||||
java.util.logging.SimpleFormatter.format=%1$tb %1$td %1$tT %4$s %5$s%6$s%n
|
||||
Loading…
Add table
Add a link
Reference in a new issue