- Deployment
- Stateful
- Job
- CronJob
- DeamonSet
- Cannary Deployment
- BlueGreen Deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variables: | |
DOCKER_VERSION: "stable" | |
DOCKER_DIND_VERSION: "18.09-dind" | |
DOCKER_CONFIG_FILE: "--config .docker" | |
push-docker: | |
stage: build | |
image: 10.55.59.13:8086/docker:${DOCKER_VERSION} | |
services: | |
- name: 10.55.59.13:8086/docker:${DOCKER_DIND_VERSION} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
job1: | |
image: alpine:latest | |
script: "echo 'Hi my name is Dimas Maryanto'" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the following to ~/.zshrc: | |
eval "$(rbenv init - zsh)" | |
## set java home | |
# export JAVA_HOME=$(/usr/libexec/java_home -v 1.8.0_351) | |
# export JAVA_HOME=$(/usr/libexec/java_home -v 11.0.17) | |
export JAVA_HOME=$(/usr/libexec/java_home -v 19) | |
# export JAVA_HOME=$(/usr/libexec/java_home -v 11.0.13) | |
# export JAVA_HOME=/Library/Java/JavaVirtualMachines/graalvm-ce-lts-java11-20.3.4/Contents/Home |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name | ring | quadrant | isNew | description | |
---|---|---|---|---|---|
Java | Adopt | Languages | FALSE | <p>Main programming language for project</p> | |
Kotlin | Assess | Languages | TRUE | <p>Replacement main programming for project</p> | |
Golang | Adopt | Languages | FALSE | <p>Main programming language for product</p> | |
Springboot v2.7.x with JDK 11 | Adopt | Framework & Library | FALSE | <p>For default project template</p> | |
Springboot v2.x.x with JDK 8 | Deprecated | Framework & Library | FALSE | ||
Springboot v1.x.x with JDK 8 | Deprecated | Framework & Library | FALSE | ||
Springboot v3.x with JDK 17 | Assess | Framework & Library | TRUE | ||
Springboot v3.x with kotlin | Assess | Framework & Library | TRUE | ||
Micronout with kotlin | Assess | Framework & Library | TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: mysql-config | |
data: | |
MYSQL_DATABASE: mahasiswa_db | |
--- | |
apiVersion: v1 | |
kind: Secret | |
metadata: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder