33 lines
494 B
YAML
33 lines
494 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: harbor.inje-private.com/infra/nfs-usage-exporter
|
|
tag: "v1.1.0"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 256Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
|
|
nodeSelector:
|
|
nodegroup: nd
|
|
|
|
nfs:
|
|
server: "192.168.0.54"
|
|
path: "/GJ_SHARE_FS6/39197c35-6247-4ece-bc74-d9460a757a04"
|
|
|
|
networkPolicy:
|
|
enabled: true
|
|
allowedNamespaces:
|
|
- gpulive
|
|
- monitoring
|
|
- nas-metrics
|