Skip to content
View Harsimran1's full-sized avatar

Block or report Harsimran1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Dockerfiles Dockerfiles
    1
    # Accept the Go version for the image to be set as a build argument.
    2
    # Default to Go 1.12
    3
    ARG GO_VERSION=1.12
    4
    
                  
    5
    FROM golang:${GO_VERSION}
  2. service.yaml service.yaml
    1
    apiVersion: v1
    2
    kind: Service
    3
    metadata:
    4
      name: nginx-service
    5
    spec:
  3. Gracefully shutdown go api server co... Gracefully shutdown go api server connected to database
    1
    package main
    2
    
                  
    3
    import (
    4
    	"context"
    5
    	"database/sql"
  4. fhir-validator-js fhir-validator-js Public

    Forked from arrian/fhir-validator-js

    A javascript FHIR (www.hl7.org/fhir/) validator.

    JavaScript

  5. nginx-k8s-unprivileged nginx-k8s-unprivileged Public

    helms charts to run nginx container as unprivileged user

    1

  6. JWT Email Token JWT Email Token
    1
    package email
    2
    
                  
    3
    import (
    4
    	"crypto/rsa"
    5
    	"time"