feat: remove elastic
This commit is contained in:
parent
375113b7c8
commit
5a26981965
5 changed files with 4 additions and 76 deletions
|
|
@ -1,46 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: elastic
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
name: ''
|
|
||||||
namespace: apps-fuku
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
sources:
|
|
||||||
- chart: elasticsearch
|
|
||||||
repoURL: registry-1.docker.io/bitnamicharts
|
|
||||||
targetRevision: 22.1.6
|
|
||||||
helm:
|
|
||||||
valuesObject:
|
|
||||||
service:
|
|
||||||
type: LoadBalancer
|
|
||||||
master:
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
storageClass: truenas-nfs-csi
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
size: 50Gi
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
hostname: elastic.fuku
|
|
||||||
tls: true
|
|
||||||
selfSigned: true
|
|
||||||
ingressClassName: traefik
|
|
||||||
data:
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
storageClass: truenas-nfs-csi
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
size: 50Gi
|
|
||||||
autoscaling:
|
|
||||||
enabled: true
|
|
||||||
maxReplicas: 3
|
|
||||||
minReplicas: 1
|
|
||||||
project: fuku
|
|
||||||
syncPolicy:
|
|
||||||
automated: {}
|
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
targetRevision: 17.0.0
|
targetRevision: 17.0.0
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
service:
|
service:
|
||||||
http:
|
http:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
@ -49,15 +49,8 @@ spec:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
indexer:
|
|
||||||
ISSUE_INDEXER_CONN_STR: http://elastic-elasticsearch.apps-fuku.svc.cluster.local:9200
|
|
||||||
ISSUE_INDEXER_ENABLED: true
|
|
||||||
ISSUE_INDEXER_TYPE: elasticsearch
|
|
||||||
REPO_INDEXER_ENABLED: false
|
|
||||||
REPO_INDEXER_TYPE: elasticsearch
|
|
||||||
actions:
|
actions:
|
||||||
ENABLED: true
|
ENABLED: false
|
||||||
DEFAULT_ACTIONS_URL: https://github.com
|
|
||||||
picture:
|
picture:
|
||||||
DISABLE_GRAVATAR: false
|
DISABLE_GRAVATAR: false
|
||||||
ENABLE_FEDERATED_AVATAR: true
|
ENABLE_FEDERATED_AVATAR: true
|
||||||
|
|
@ -106,9 +99,6 @@ spec:
|
||||||
enabled: false
|
enabled: false
|
||||||
redis-cluster:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
- path: k8s/services/forgejo
|
|
||||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
||||||
targetRevision: main
|
|
||||||
project: roboces
|
project: roboces
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated: {}
|
automated: {}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
environment:
|
environment:
|
||||||
MEILI_ENV: production
|
MEILI_ENV: production
|
||||||
auth:
|
auth:
|
||||||
existingMasterKeySecret: meilisearch-master-key
|
existingMasterKeySecret: meili
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
port: 7700
|
port: 7700
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ spec:
|
||||||
- https://charts.crystalnet.org
|
- https://charts.crystalnet.org
|
||||||
- https://portainer.github.io/k8s/
|
- https://portainer.github.io/k8s/
|
||||||
- https://docs.renovatebot.com/helm-charts
|
- https://docs.renovatebot.com/helm-charts
|
||||||
- registry-1.docker.io/bitnamicharts
|
|
||||||
- https://meilisearch.github.io/meilisearch-kubernetes
|
- https://meilisearch.github.io/meilisearch-kubernetes
|
||||||
- https://kubetail-org.github.io/helm-charts/
|
- https://kubetail-org.github.io/helm-charts/
|
||||||
- https://groundhog2k.github.io/helm-charts/
|
- https://groundhog2k.github.io/helm-charts/
|
||||||
|
|
@ -34,3 +33,4 @@ spec:
|
||||||
- https://helm.runix.net
|
- https://helm.runix.net
|
||||||
- https://rcourtman.github.io/Pulse
|
- https://rcourtman.github.io/Pulse
|
||||||
- ghcr.io/antoniolago/charts
|
- ghcr.io/antoniolago/charts
|
||||||
|
- https://helm.elastic.co
|
||||||
|
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# yamllint disable rule:line-length
|
|
||||||
---
|
|
||||||
apiVersion: bitnami.com/v1alpha1
|
|
||||||
kind: SealedSecret
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
name: meilisearch-master-key
|
|
||||||
namespace: apps-fuku
|
|
||||||
spec:
|
|
||||||
encryptedData:
|
|
||||||
MEILI_MASTER_KEY: AgBcQDv79lsUJF09YTd+zsuC9Ufhgs74mk5sxIrgaAQW/5yBupPgIsZw+g33qDqejuG+hfdhvkTOFHYetNuEDjnPWEpySjMLiB6N/HXMSuPimbOSjhHP3d7jgnWnIluUPs3RsvxDzaHCygVsS2a5ul7+qJGbiQTlmcV/rMVkqiw95mxwswkZhWi1Da1QYPgjRkazbCV0JAVhYYoo7VBnxceyGOS7Um5BsdyDMmXCn0qegU2FDlXTcBBur48hlyRqie/DxyZi3Yx/yiOnVH7g7H41H6hLJpKhQTMQbnohAqUC2UZZJlwrc8b/3kisFw/pxBP7S47hn9iseQcw18mXs6SzlXbhWm+CyNsKEvuXJAMVlaCrOCqs8Kf8ZlraCJYYq8mx+zoA7yAHnRdC4uByR5SGwnXJgq4WJD3wx90NuVbTcJfpQ+bNMPpRS8W+66S9j+rBVk6YcqCqL62JPSf0I9ZKCrNJrtbx5WyxbcVAgZdd2oxxXq6fG4I/wvqn/LN7nAqDwaCjU0395R+vM89o24h8pMTNOUhY1Dqxh0rKQOnTACc12kmhwQucdtjwkFzM7PJxW8d8GGdvgPoIxe27sguUMvn6IFo8h0JmGrbAyDEeR113s/gwQm9ozM9KJXXyImfiRJCcDSlny0rTNWZaGonXuSezFuhcSazepd0v85ofHgIflQQjMfLUNz1b9+ci4SbnpoJwzlrY2d6SyJSIA7Bz223j9UcRgDvRvIz3
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
name: meilisearch-master-key
|
|
||||||
namespace: apps-fuku
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue