Merge pull request #908 from 3dwardch3ng/misc

multiple updates
This commit is contained in:
2024-09-05 15:22:24 +10:00
committed by GitHub
8 changed files with 14 additions and 14 deletions

View File

@@ -21,11 +21,11 @@ spec:
image: klo2k/nexus3:3.68.1-02
resources:
limits:
memory: "3Gi"
cpu: "1"
memory: "6Gi"
cpu: "6"
requests:
memory: "2Gi"
cpu: "500m"
memory: "4Gi"
cpu: "4"
ports:
- containerPort: 8081
volumeMounts:

View File

@@ -40,4 +40,4 @@ externalDatabase:
user: "sonarqube_user"
existingSecret: "sonarqube-secrets"
nodeSelector:
kubernetes.io/hostname: k3s-cluster-node-3
kubernetes.io/hostname: k3s-cluster-node-y

View File

@@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ./examples/eventbus.yaml
- ./examples/event-source.yaml
- ./examples/ingress.yaml
- ./examples/sensor.yaml
- ./examples/workflow.yaml
- ./examples/webhook.yaml
# - ./examples/eventbus.yaml
# - ./examples/event-source.yaml
# - ./examples/ingress.yaml
# - ./examples/sensor.yaml
# - ./examples/workflow.yaml
# - ./examples/webhook.yaml

View File

@@ -7,7 +7,7 @@ auth:
rootUserSecretKey: "root_user"
rootPasswordSecretKey: "root_password"
nodeSelector:
kubernetes.io/hostname: k3s-cluster-node-2
kubernetes.io/hostname: k3s-cluster-node-y
service:
type: LoadBalancer
ports:

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app: prometheus-node-exporter
spec:
replicas: 5
replicas: 6
selector:
matchLabels:
app: prometheus-node-exporter

View File

@@ -35,4 +35,4 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
- k3s-cluster-node-3
- k3s-cluster-node-y