Remove static config
This commit is contained in:
@@ -50,13 +50,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
- name: static-config
|
|
||||||
mountPath: /config/config.xml
|
|
||||||
subPath: config.xml
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: static-config
|
|
||||||
configMap:
|
|
||||||
name: static-config
|
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: sonarr-pvc
|
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>
|
|
||||||
@@ -4,8 +4,4 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
configMapGenerator:
|
|
||||||
- name: static-config
|
|
||||||
files:
|
|
||||||
- ./files/config.xml
|
|
||||||
Reference in New Issue
Block a user