This file contains hidden or 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: Create and publish a multiarch Docker image | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'issue**' | |
- '**/issue**' | |
env: |
This file contains hidden or 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
package main | |
import ( | |
"context" | |
"flag" | |
"fmt" | |
"log" | |
"os" | |
"strings" |
This file contains hidden or 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
cassandra: | |
hostNetwork: false | |
replicaCount: 3 | |
storage: | |
capacity: 50Gi | |
resources: | |
requests: | |
cpu: 2 | |
memory: 2Gi | |
maxHeapSize: 2048M |
OlderNewer