Remove static config

This commit is contained in:
2024-08-06 20:38:29 +01:00
parent 464ce4b03a
commit a275083cd0
3 changed files with 1 additions and 28 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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