Skip to content

Instantly share code, notes, and snippets.

View ronoaldo's full-sized avatar
🏠
Working from home

Ronoaldo Pereira ronoaldo

🏠
Working from home
View GitHub Profile
@ronoaldo
ronoaldo / multiarch.yaml
Created June 28, 2022 23:31
Github Workflow to build and push multiarch docker image
name: Create and publish a multiarch Docker image
on:
push:
branches:
- 'main'
- 'issue**'
- '**/issue**'
env:
@ronoaldo
ronoaldo / bigtable.go
Created April 17, 2024 13:32
Demo - Cloud Bigtable from Go - Basic CRUD/Filter operations!
package main
import (
"context"
"flag"
"fmt"
"log"
"os"
"strings"
@ronoaldo
ronoaldo / overrides-backup.yaml
Last active October 4, 2024 16:51
Apigee Hybrid Sample Configuration
cassandra:
hostNetwork: false
replicaCount: 3
storage:
capacity: 50Gi
resources:
requests:
cpu: 2
memory: 2Gi
maxHeapSize: 2048M