From 2435feb231ec0c5721a3566704bd1601c3f4b447 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Sun, 26 Jun 2022 10:54:42 +0200 Subject: [PATCH] configmap --- charts/ycast/1.1.0/templates/configmap.yaml | 13 +++++++++++++ charts/ycast/1.1.0/values.yaml | 7 ++++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 charts/ycast/1.1.0/templates/configmap.yaml diff --git a/charts/ycast/1.1.0/templates/configmap.yaml b/charts/ycast/1.1.0/templates/configmap.yaml new file mode 100644 index 0000000..7c42f1d --- /dev/null +++ b/charts/ycast/1.1.0/templates/configmap.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "ycast.fullname" . }} + labels: + {{- include "ycast.labels" . | nindent 4 }} +data: + stations.yml: + {{- with .Values.stations }} + {{- toYaml . | nindent 4 }} + {{- end }} + + diff --git a/charts/ycast/1.1.0/values.yaml b/charts/ycast/1.1.0/values.yaml index 717229e..b00ea4d 100644 --- a/charts/ycast/1.1.0/values.yaml +++ b/charts/ycast/1.1.0/values.yaml @@ -28,13 +28,11 @@ podAnnotations: {} stations: DeepHouse: Deep House Radio: http://37.187.93.104:8589/deep - Electronic: Deep House Lounge: http://198.15.94.34:8006 Ibiza Sonica: http://s1.sonicabroadcast.com:7005/stream Bassdrive: http://50.7.98.106:8200 SomaFM Fluid: http://ice1.somafm.com/fluid-128-mp3 - Chillout: Joint Radio: http://radio.jointil.net:9998 SomaFM DEF CON Radio: http://ice1.somafm.com/defcon-256-mp3 @@ -42,7 +40,6 @@ stations: SomaFM Mission Control: http://ice1.somafm.com/missioncontrol-128-mp3 The Jazz Groove: http://west-mp3-128.streamthejazzgroove.com Radionomy Downbeat: http://streaming.radionomy.com/TempoOfTheDownbeat1 - Casual: 76Radio: http://192.240.102.133:9566/stream SomaFM Beat Blender: http://ice1.somafm.com/beatblender-128-mp3 @@ -51,6 +48,10 @@ stations: SomaFM Lush: http://ice1.somafm.com/lush-128-mp3 Allzic Radio R&B: http://allzic10.ice.infomaniak.ch/allzic10.mp3 The UK 1940s Radio Station: http://91.121.134.23:8100/1 + NRK: + NRK P1: http://lyd.nrk.no/nrk_radio_p1_hedmark_og_oppland_aac_h + NRK P3: http://lyd.nrk.no/nrk_radio_p3_aac_h + NRK Sport: https://lyd.nrk.no/nrk_radio_sport_aac_h podSecurityContext: fsGroup: 2000