From 233eed2f41feebb24dcbe8bcfcb4ea23c0feea05 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 20 Nov 2022 15:33:19 +0200 Subject: [PATCH] stop linters from complaining --- library/common/1.0.0/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index 17e143ab..b1697403 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -74,7 +74,8 @@ resources: memory: 50Mi # TODO: docs -- Used to add SCALE GPU configuration -scaleGPU: {} # TODO: Verify that this is the correct value returned from ref +# TODO: Verify that this is the correct value returned from ref +scaleGPU: {} # gpu: 1 nvidiaCaps: @@ -142,7 +143,8 @@ service: # If there is more than 1 service, make sure that only 1 port is marked as primary. primary: true # -- The port number (Default port is required if enabled: true) - port: 999999 #TODO: + #TODO: Decide if we have a default port or remove and also remove the "fail" + port: 999999 # -- Port protocol. # Support values are `HTTP`, `HTTPS`, `TCP` and `UDP`. # HTTPS and HTTPS spawn a TCP service and get used for internal URL and name generation @@ -192,7 +194,7 @@ probes: periodSeconds: 5 failureThreshold: 60 -persistence: +persistence: {} # TODO: Discuss if we are going to add defaults like: # - /dev/shm # - /tmp