🗑️ celestia-app

This commit is contained in:
auricom
2022-11-23 00:23:28 +01:00
parent f9e8029e57
commit 6ea4e035e9
6 changed files with 0 additions and 131 deletions

View File

@@ -1,71 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app celestia-app
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.1.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
values:
image:
repository: ghcr.io/auricom/celestia-app
tag: v0.6.0@sha256:43193b1f8a885b00b339be03c260c4ba8445d9dc9f01d87cc237277328c1e6a0
env:
CELESTIA_NODENAME: auricom
CELESTIA_WALLET: auricom_wallet
CELESTIA_CHAIN: mamaki
HOME: /config
command: ["sleep", "6000"]
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: "OnRootMismatch"
# envFrom:
# - secretRef:
# name: *app
service:
main:
ports:
p2p:
port: 26656
rpc:
port: 26657
api:
port: 1317
http:
port: 9090
serviceMonitor:
main:
enabled: true
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
data:
enabled: true
existingClaim: celestia-app-config
mountPath: /config
resources:
requests:
memory: 8Gi
cpu: 2

View File

@@ -1,7 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# - secret.sops.yaml
- volume.yaml
- helm-release.yaml

View File

@@ -1,29 +0,0 @@
# yamllint disable
apiVersion: v1
kind: Secret
metadata:
name: celestia-app
namespace: default
type: Opaque
stringData:
var1: ENC[AES256_GCM,data:R0U1RA==,iv:jstvwB3ThGbJ91tmXc6gh2s5zV8+/WuvgHGxOOMNfQ0=,tag:xPtGiP1g30AakWVQT8P9CA==,type:str]
sops:
kms: []
gcp_kms: []
azure_kv: []
hc_vault: []
age:
- recipient: age1hhurqwmfvl9m3vh3hk8urulfzcdsrep2ax2neazqt435yhpamu3qj20asg
enc: |
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBoN0VJaHVYcXNDZDlZUGRn
YUViZDU0TCtmbzkycUpiZUVDbkluSzdSM2hVClpMRDdKREJBZEpEYUIxUGlIem9Q
Z08rVUVLUFhWNGdncElCR2hFVFNJUEUKLS0tIDZzcDVyb0lMTzRrNStBRU1KN2wy
OU81anNCMk13bXNXRVM3ZWcxTjd6SUkKd5FvLfeXe4p7j5eryl9ZuVh6oT920yiy
hsaI1Cwm2WH55lR++P1jtIyTo+lOL5M+IZUeyC7LXBpMp2UBNbllcw==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2022-11-01T19:06:33Z"
mac: ENC[AES256_GCM,data:on2iN61TYFw9M30knGTuMgcS9UxLNKX6d24EpMExsPMwtJlImf5Ty2cqZXit349Z9Ua/TmdE+2Jaki/1vixegkHBurZUfbcD6aUjUkbngJ5nQIncGEMEN//zUXnDFPDYluPRQjPif7A9p+m2xvlFzT0BHZ+W3Lupd4ALFCADLUE=,iv:MOHgauboMc08qj8BwnJ71YtpHYqIHL4bci2ChaSfreU=,tag:Jr5EmtoTVhFY+9P4UnH3DA==,type:str]
pgp: []
encrypted_regex: ^(data|stringData)$
version: 3.7.3

View File

@@ -1,17 +0,0 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: celestia-app-config
namespace: default
labels:
app.kubernetes.io/name: &name celestia-app
app.kubernetes.io/instance: *name
snapshot.home.arpa/enabled: "false"
spec:
accessModes:
- ReadWriteOnce
storageClassName: rook-ceph-block
resources:
requests:
storage: 300Gi

View File

@@ -1,6 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- celestia-app

View File

@@ -3,7 +3,6 @@ kind: Kustomization
resources:
- namespaces.yaml
- authentication
# - crypto
- databases
- development
- documentation