From 62f0e703de0670c986ff99c347033ba98bed2e97 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 19 Jan 2025 12:25:02 +0100 Subject: [PATCH] update actual --- actual_values.yaml | 22 +++------------------- ingress.yaml | 27 --------------------------- 2 files changed, 3 insertions(+), 46 deletions(-) diff --git a/actual_values.yaml b/actual_values.yaml index 9f6a360..117aa95 100644 --- a/actual_values.yaml +++ b/actual_values.yaml @@ -1,14 +1,11 @@ -# Default values for my-actual-server. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - +--- replicaCount: 1 image: repository: docker.io/actualbudget/actual-server pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "25.1.0" service: type: ClusterIP @@ -16,24 +13,11 @@ service: ingress: enabled: false - className: "" - annotations: - cert-manager.io/cluster-issuer: letsencrypt-production - kubernetes.io/ingress.class: traefik - hosts: - - host: actual.gilgamezh.me - paths: - - path: / - pathType: ImplementationSpecific - tls: - - hosts: - - actual.gilgamezh.me - secretName: actual-gilgamezh-me volumes: - name: "actual-data" persistentVolumeClaim: - claimName: "actual-data" # PersistentVolumeClaim created earlier + claimName: "actual-data" # PersistentVolumeClaim created earlier volumeMounts: - name: "actual-data" diff --git a/ingress.yaml b/ingress.yaml index 522cf49..37830c3 100644 --- a/ingress.yaml +++ b/ingress.yaml @@ -79,30 +79,3 @@ spec: - hosts: - sonarr.gilgamezh.me secretName: sonarr-gilgamezh-me ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - annotations: - cert-manager.io/cluster-issuer: letsencrypt-production - kubernetes.io/ingress.class: traefik - labels: - app: transmission-transmission-openvpn - name: transmission-transmission-openvpn - namespace: default -spec: - rules: - - host: torrent.gilgamezh.me - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: transmission-transmission-openvpn - port: - number: 9091 - tls: - - hosts: - - torrent.gilgamezh.me - secretName: torrent-gilgamezh-me