multiple updates

This commit is contained in:
2024-09-05 15:22:04 +10:00
parent 6ff35d3e12
commit 333892ffca
8 changed files with 14 additions and 14 deletions

View File

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

View File

@@ -40,4 +40,4 @@ externalDatabase:
user: "sonarqube_user" user: "sonarqube_user"
existingSecret: "sonarqube-secrets" existingSecret: "sonarqube-secrets"
nodeSelector: 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 kind: Kustomization
resources: resources:
- ../../base - ../../base
- ./examples/eventbus.yaml # - ./examples/eventbus.yaml
- ./examples/event-source.yaml # - ./examples/event-source.yaml
- ./examples/ingress.yaml # - ./examples/ingress.yaml
- ./examples/sensor.yaml # - ./examples/sensor.yaml
- ./examples/workflow.yaml # - ./examples/workflow.yaml
- ./examples/webhook.yaml # - ./examples/webhook.yaml

View File

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

View File

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

View File

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