update actual
This commit is contained in:
+3
-19
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user