Skip to content

Commit

Permalink
e2e: removed unnecessary envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
wirungu committed Mar 19, 2024
1 parent 87022b6 commit 7f30aac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions e2e/internal/kuberesource/sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ func OpenSSL() ([]any, error) {
WithName("openssl-backend").
WithImage("ghcr.io/edgelesssys/contrast/openssl:latest").
WithCommand("/bin/bash", "-c", "echo Workload started \nopenssl s_server -port 443 -Verify 2 -CAfile /tls-config/MeshCACert.pem -cert /tls-config/certChain.pem -key /tls-config/key.pem").
WithEnv(
NewEnvVar("COORDINATOR_HOST", "coordinator"),
).
WithPorts(
ContainerPort().
WithName("openssl").
Expand Down Expand Up @@ -154,9 +151,6 @@ func OpenSSL() ([]any, error) {
WithName("openssl").
WithContainerPort(443),
).
WithEnv(
NewEnvVar("COORDINATOR_HOST", "coordinator"),
).
WithReadinessProbe(Probe().
WithInitialDelaySeconds(1).
WithPeriodSeconds(5).
Expand Down

0 comments on commit 7f30aac

Please sign in to comment.