浏览代码

Add a test_values.yaml to be used in ix-chart test

Waqar Ahmed 4 年之前
父节点
当前提交
b75422d73d
共有 1 个文件被更改,包括 39 次插入0 次删除
  1. 39 0
      test/ix-chart/2010.0.2/test_values.yaml

+ 39 - 0
test/ix-chart/2010.0.2/test_values.yaml

@@ -0,0 +1,39 @@
+# Default values for ix-chart.
+
+image:
+  repository: nginx
+  pullPolicy: IfNotPresent
+  # Overrides the image tag whose default is the chart appVersion.
+  tag: latest
+
+# Restart / Update policy
+restartPolicy: Always
+updateStrategy: RollingUpdate
+
+# Container CMD / entrypoint
+containerCommand: []
+containerArgs: []
+containerEnvironmentVariables: []
+
+# Network related configuration
+externalInterfaces: []
+portForwardingList: [{"containerPort": 80, "nodePort": 32000}]
+hostPortsList: []
+hostNetwork: false
+dnsPolicy: Default
+dnsConfig:
+  nameservers: []
+  searches: []
+
+# Storage related configuration
+hostPathVolumes: []
+volumes: []
+
+# Probes
+# Liveness Probe
+livenessProbe: null
+
+# Workload type
+workloadType: "Deployment"
+
+gpuConfiguration: {}