Skip to content

Commit

Permalink
Merge pull request #13 from pbcccBeatBoard/main
Browse files Browse the repository at this point in the history
add generateYaml - pod, hpa
  • Loading branch information
pbcccbeatboard-strato authored Aug 29, 2024
2 parents 96294d2 + f3df032 commit 398e544
Show file tree
Hide file tree
Showing 10 changed files with 2,702 additions and 1,471 deletions.
13 changes: 13 additions & 0 deletions src/main/java/kr/co/mcmp/manifest/K8SConfigmapDTO.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package kr.co.mcmp.manifest;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class K8SConfigmapDTO {




}
6 changes: 0 additions & 6 deletions src/main/java/kr/co/mcmp/manifest/K8SDeployService.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ public class K8SDeployService{
@Autowired
private K8SDeployYamlGenerator deployYamlGenerator;


//yaml 미리보기
public String getK8SDeployYaml(K8SDeployDTO deploy) throws IOException {
String deployYaml = deployYamlGenerator.generateDeployYaml(deploy);
return deployYaml;
}



Expand Down
Loading

0 comments on commit 398e544

Please sign in to comment.