fix: Add accounting service

This commit is contained in:
2025-09-26 16:48:28 +02:00
parent 51ca094a2a
commit 757877e508
+4 -4
View File
@@ -383,12 +383,12 @@ accounting:
# effect: NoSchedule # effect: NoSchedule
# -- The service configuration. # -- The service configuration.
# Ref: https://kubernetes.io/docs/concepts/services-networking/service/ # Ref: https://kubernetes.io/docs/concepts/services-networking/service/
service: {} service:
# spec: spec:
# type: LoadBalancer type: LoadBalancer
# loadBalancerIP: "" # loadBalancerIP: ""
# externalIPs: [] # externalIPs: []
# externalName: "" externalName: "slurm-accounting"
# Slurm LoginSet (sackd, sshd, sssd) configurations. # Slurm LoginSet (sackd, sshd, sssd) configurations.