Skip to content

Commit

Permalink
[chore] restrict Java app to be deployed on a Linux environment only (#…
Browse files Browse the repository at this point in the history
…1389)

* [chore] restrict Java app to be deployed on a Linux environment only

* add a few more apps

* add for operator

* add dotnet
  • Loading branch information
atoulme authored Aug 16, 2024
1 parent d51848c commit da6c774
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functional_tests/testdata/dotnet/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ spec:
- image: quay.io/splunko11ytest/dotnet_test:latest
name: dotnet-test
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/os: "linux"
2 changes: 2 additions & 0 deletions functional_tests/testdata/java/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ spec:
- image: quay.io/splunko11ytest/java_test:latest
name: java-test
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/os: "linux"
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ spec:
ports:
- name: web
containerPort: 80
nodeSelector:
kubernetes.io/os: "linux"
2 changes: 2 additions & 0 deletions functional_tests/testdata/nodejs/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ spec:
- image: quay.io/splunko11ytest/nodejs_test:latest
name: nodejs-test
imagePullPolicy: IfNotPresent
nodeSelector:
kubernetes.io/os: "linux"
2 changes: 2 additions & 0 deletions functional_tests/testdata/values/aks_test_values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ operator:
enabled: false
autoGenerateCert:
enabled: true
nodeSelector:
kubernetes.io/os: "linux"

0 comments on commit da6c774

Please sign in to comment.