Remove unstable NetBox deployment

This commit is contained in:
2026-06-18 18:35:13 +00:00
parent 47db2abdbf
commit 2b3a0f1d54
3 changed files with 0 additions and 100 deletions
-30
View File
@@ -1,30 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: netbox
namespace: argocd
spec:
project: default
sources:
- repoURL: https://charts.netbox.oss.netboxlabs.com/
chart: netbox
targetRevision: 5.0.78
helm:
valueFiles:
- $values/apps/netbox/values.yaml
- repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: netbox
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-26
View File
@@ -1,26 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: netbox
namespace: netbox
annotations:
cert-manager.io/cluster-issuer: home-lab-ca
spec:
ingressClassName: nginx
tls:
- hosts:
- netbox.home.lan
secretName: netbox-home-lan-tls
rules:
- host: netbox.home.lan
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: netbox
port:
number: 80
-44
View File
@@ -1,44 +0,0 @@
ingress:
enabled: false
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
postgresql:
enabled: true
auth:
username: netbox
database: netbox
password: "NetboxDbPass-ChangeMe-2026"
postgresPassword: "NetboxAdminPass-ChangeMe-2026"
image:
registry: docker.io
repository: bitnamilegacy/postgresql
tag: 17.4.0-debian-12-r19
primary:
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
redis:
enabled: true
auth:
enabled: true
password: "NetboxRedisPass-ChangeMe-2026"
image:
registry: docker.io
repository: bitnamilegacy/redis
tag: 7.4.3-debian-12-r0
master:
persistence:
storageClass: longhorn
replica:
persistence:
storageClass: longhorn
global:
security:
allowInsecureImages: true