update actual
This commit is contained in:
+2
-18
@@ -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
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/actualbudget/actual-server
|
repository: docker.io/actualbudget/actual-server
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "latest"
|
tag: "25.1.0"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -16,19 +13,6 @@ service:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
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:
|
volumes:
|
||||||
- name: "actual-data"
|
- name: "actual-data"
|
||||||
|
|||||||
@@ -79,30 +79,3 @@ spec:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- sonarr.gilgamezh.me
|
- sonarr.gilgamezh.me
|
||||||
secretName: 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