Remove sudosci, upgrade miniflux
This commit is contained in:
parent
45cf8ac500
commit
4f743c9aca
3 changed files with 1 additions and 94 deletions
|
@ -39,7 +39,7 @@ helmApps:
|
||||||
namespace: miniflux
|
namespace: miniflux
|
||||||
repoURL: https://charts.gabe565.com
|
repoURL: https://charts.gabe565.com
|
||||||
chart: miniflux
|
chart: miniflux
|
||||||
revision: 0.6.3
|
revision: 0.6.5
|
||||||
- app: chartmuseum
|
- app: chartmuseum
|
||||||
namespace: chartmuseum
|
namespace: chartmuseum
|
||||||
repoURL: https://chartmuseum.github.io/charts
|
repoURL: https://chartmuseum.github.io/charts
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
NAMESPACE=sudoscientist
|
|
||||||
VAULT_AUTH_NAMESPACE="k8s-teapot"
|
|
||||||
|
|
||||||
helm upgrade --install \
|
|
||||||
sudoscientist \
|
|
||||||
--create-namespace \
|
|
||||||
${HOME}/charts/apps/sudoscientist-go-backend \
|
|
||||||
-f values.yaml \
|
|
||||||
-n ${NAMESPACE} \
|
|
||||||
--cleanup-on-fail
|
|
|
@ -1,81 +0,0 @@
|
||||||
---
|
|
||||||
common:
|
|
||||||
fullname: sudoscientist
|
|
||||||
serviceAccountName: sudoscientist
|
|
||||||
namespace: sudoscientist
|
|
||||||
domains:
|
|
||||||
- api.sudoscientist.com
|
|
||||||
domainIssuer: route53-issuer
|
|
||||||
vaultPolicy: |
|
|
||||||
path "kv/data/sudoscientist/go-backend" {
|
|
||||||
capabilities = ["read"]
|
|
||||||
}
|
|
||||||
secrets:
|
|
||||||
- secretKey: db_pw
|
|
||||||
key: sudoscientist/go-backend
|
|
||||||
property: db_pw
|
|
||||||
- secretKey: email_secret
|
|
||||||
key: sudoscientist/go-backend
|
|
||||||
property: email_secret
|
|
||||||
- secretKey: jwt_secret
|
|
||||||
key: sudoscientist/go-backend
|
|
||||||
property: jwt_secret
|
|
||||||
|
|
||||||
image:
|
|
||||||
repository: docker-repo.service.masked.name:5000/sudoscientist-go-backend
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: dev
|
|
||||||
|
|
||||||
autoscaling:
|
|
||||||
enable: false
|
|
||||||
|
|
||||||
serviceAccount:
|
|
||||||
create: true
|
|
||||||
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
env:
|
|
||||||
- name: API_ADDR
|
|
||||||
value: https://api.sudoscientist.com
|
|
||||||
- name: API_PORT
|
|
||||||
value: "80"
|
|
||||||
- name: DB_HOST
|
|
||||||
value: ivyking.minhas.io
|
|
||||||
- name: DB_NAME
|
|
||||||
value: sudosci
|
|
||||||
- name: DB_PORT
|
|
||||||
value: "5432"
|
|
||||||
- name: DB_SSL
|
|
||||||
value: disable
|
|
||||||
- name: DB_USER
|
|
||||||
value: sudosci
|
|
||||||
- name: POSTAL_API
|
|
||||||
value: https://postal.sudoscientist.com
|
|
||||||
- name: POSTAL_SRC_EMAIL
|
|
||||||
value: send-mail@postal.sudoscientist.com
|
|
||||||
- name: UI_ADDR
|
|
||||||
value: sudoscientist.com
|
|
||||||
- name: UI_PROTO
|
|
||||||
value: https://
|
|
||||||
- name: DB_PW
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sudoscientist
|
|
||||||
key: db_pw
|
|
||||||
- name: EMAIL_SECRET
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sudoscientist
|
|
||||||
key: email_secret
|
|
||||||
- name: JWT_SECRET
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sudoscientist
|
|
||||||
key: jwt_secret
|
|
||||||
- name: POSTAL_KEY
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sudoscientist
|
|
||||||
key: jwt_secret
|
|
Loading…
Reference in a new issue