Remove static config
This commit is contained in:
@@ -50,13 +50,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: static-config
|
||||
mountPath: /config/config.xml
|
||||
subPath: config.xml
|
||||
volumes:
|
||||
- name: static-config
|
||||
configMap:
|
||||
name: static-config
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr-pvc
|
||||
@@ -1,17 +0,0 @@
|
||||
<Config>
|
||||
<LogLevel>Info</LogLevel>
|
||||
<Port>8989</Port>
|
||||
<UrlBase>/</UrlBase>
|
||||
<BindAddress>*</BindAddress>
|
||||
<SslPort>9898</SslPort>
|
||||
<EnableSsl>False</EnableSsl>
|
||||
<ApiKey>82138601e4f44e23be8c2b4d18e58687</ApiKey>
|
||||
<AuthenticationMethod>External</AuthenticationMethod>
|
||||
<Branch>develop</Branch>
|
||||
<LaunchBrowser>True</LaunchBrowser>
|
||||
<UpdateMechanism>Docker</UpdateMechanism>
|
||||
<InstanceName>Sonarr</InstanceName>
|
||||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
|
||||
<SslCertPath></SslCertPath>
|
||||
<SslCertPassword></SslCertPassword>
|
||||
</Config>
|
||||
@@ -5,7 +5,3 @@ resources:
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
configMapGenerator:
|
||||
- name: static-config
|
||||
files:
|
||||
- ./files/config.xml
|
||||
Reference in New Issue
Block a user